Html Css Color HEX #BB693C Smoke Tree

📋 copy color: '#BB693C'

red 187 ◦ green 105 ◦ blue 60

#BB693C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BB693C

Tints of Smoke Tree #BB693C

RGB

 RED value IS 187 (73.44% from 255) = 53.13%

 GREEN value IS 105 (41.41% from 255) = 29.83%

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 53.13%
G = 29.83%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB693C (or 0xBB693C) is known color: Smoke Tree. HEX triplet: BB, 69 and 3C. RGB value is (187,105,60). Sum of RGB (Red+Green+Blue) = 187+105+60=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB693C is #4496C3. Grayscale: #7C7C7C. Windows color (decimal): -4495044 or 3959227. OLE color: 3959227.

HSL color Cylindrical-coordinate representation of color #BB693C: hue angle of 21.26º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB693C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 60 -
CMYK 0 0.44 0.68 0.27
HSL 21.26º 0.51% 0.48% -
HSV(B) 21.26º 0.68% 0.73% -
XYZ 26.36 20.99 6.94 -
YUV 124.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 187 105 60 0 0.44 0.68 0.27 21.26 0.51 0.48
Hex BB 69 3C 0 2C 44 1B 15 33 30
Octal 273 151 74 0 54 104 33 25 63 60
Binary 10111011 1101001 111100 0 101100 1000100 11011 10101 110011 110000

Color Harmonies of #BB693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB693C

Black with #BB693C

Text Example


Text Example

White with #BB693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB693C; }

 p { color: rgb(187,105,60); }

 H1.HeaderClassName
 {
   color: #BB693C;
 }
 .AnyTagClassName
 {
   color: #BB693C;
 }
</style>

background-color css

<style>
 a { background-color: #BB693C; }

 a { background-color: rgb(187,105,60); }

 div.DivClassName
 {
   background-color: #BB693C;
 }
 .BgClassName
 {
   background-color: #BB693C;
 }
</style>

border-color css

<style>
 span { border-color: #BB693C; }

 span { border-color: rgb(187,105,60); }

 td.TdClassName
 {
   border-color: #BB693C;
 }
 .TagClassName
 {
   border-color: #BB693C;
 }
</style>