Html Css Color HEX #BB5E32 Smoke Tree

📋 copy color: '#BB5E32'

red 187 ◦ green 94 ◦ blue 50

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

Shades of Smoke Tree #BB5E32

Tints of Smoke Tree #BB5E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 56.5%
G = 28.4%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB5E32 (or 0xBB5E32) is known color: Smoke Tree. HEX triplet: BB, 5E and 32. RGB value is (187,94,50). Sum of RGB (Red+Green+Blue) = 187+94+50=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E32 is #44A1CD. Grayscale: #757575. Windows color (decimal): -4497870 or 3301051. OLE color: 3301051.

HSL color Cylindrical-coordinate representation of color #BB5E32: hue angle of 19.27º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB5E32 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 94 50 -
CMYK 0 0.50 0.73 0.27
HSL 19.27º 0.58% 0.46% -
HSV(B) 19.27º 0.73% 0.73% -
XYZ 25.07 18.8 5.33 -
YUV 116.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 187 94 50 0 0.50 0.73 0.27 19.27 0.58 0.46
Hex BB 5E 32 0 32 49 1B 13 3A 2E
Octal 273 136 62 0 62 111 33 23 72 56
Binary 10111011 1011110 110010 0 110010 1001001 11011 10011 111010 101110

Color Harmonies of #BB5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E32

Black with #BB5E32

Text Example


Text Example

White with #BB5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E32; }

 p { color: rgb(187,94,50); }

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

background-color css

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

 a { background-color: rgb(187,94,50); }

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

border-color css

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

 span { border-color: rgb(187,94,50); }

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