Html Css Color HEX #BB5E31 Smoke Tree

📋 copy color: '#BB5E31'

red 187 ◦ green 94 ◦ blue 49

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

Shades of Smoke Tree #BB5E31

Tints of Smoke Tree #BB5E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 56.67%
G = 28.48%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB5E31 (or 0xBB5E31) is known color: Smoke Tree. HEX triplet: BB, 5E and 31. RGB value is (187,94,49). Sum of RGB (Red+Green+Blue) = 187+94+49=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E31 is #44A1CE. Grayscale: #747474. Windows color (decimal): -4497871 or 3235515. OLE color: 3235515.

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

Color convert

RGB 187 94 49 -
CMYK 0 0.50 0.74 0.27
HSL 19.57º 0.58% 0.46% -
HSV(B) 19.57º 0.74% 0.73% -
XYZ 25.05 18.79 5.21 -
YUV 116.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 187 94 49 0 0.50 0.74 0.27 19.57 0.58 0.46
Hex BB 5E 31 0 32 4A 1B 14 3A 2E
Octal 273 136 61 0 62 112 33 24 72 56
Binary 10111011 1011110 110001 0 110010 1001010 11011 10100 111010 101110

Color Harmonies of #BB5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E31

Black with #BB5E31

Text Example


Text Example

White with #BB5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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