Html Css Color HEX #BB5532 Smoke Tree

📋 copy color: '#BB5532'

red 187 ◦ green 85 ◦ blue 50

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

Shades of Smoke Tree #BB5532

Tints of Smoke Tree #BB5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 58.07%
G = 26.4%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB5532 (or 0xBB5532) is known color: Smoke Tree. HEX triplet: BB, 55 and 32. RGB value is (187,85,50). Sum of RGB (Red+Green+Blue) = 187+85+50=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5532 is #44AACD. Grayscale: #6F6F6F. Windows color (decimal): -4500174 or 3298747. OLE color: 3298747.

HSL color Cylindrical-coordinate representation of color #BB5532: hue angle of 15.33º 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 #BB5532 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 50 -
CMYK 0 0.55 0.73 0.27
HSL 15.33º 0.58% 0.46% -
HSV(B) 15.33º 0.73% 0.73% -
XYZ 24.32 17.29 5.07 -
YUV 111.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 187 85 50 0 0.55 0.73 0.27 15.33 0.58 0.46
Hex BB 55 32 0 37 49 1B F 3A 2E
Octal 273 125 62 0 67 111 33 17 72 56
Binary 10111011 1010101 110010 0 110111 1001001 11011 1111 111010 101110

Color Harmonies of #BB5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5532

Black with #BB5532

Text Example


Text Example

White with #BB5532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5532; }

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

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

background-color css

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

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

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

border-color css

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

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

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