Html Css Color HEX #BB6232 Smoke Tree

📋 copy color: '#BB6232'

red 187 ◦ green 98 ◦ blue 50

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

Shades of Smoke Tree #BB6232

Tints of Smoke Tree #BB6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 55.82%
G = 29.25%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6232 (or 0xBB6232) is known color: Smoke Tree. HEX triplet: BB, 62 and 32. RGB value is (187,98,50). Sum of RGB (Red+Green+Blue) = 187+98+50=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6232 is #449DCD. Grayscale: #777777. Windows color (decimal): -4496846 or 3302075. OLE color: 3302075.

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

Color convert

RGB 187 98 50 -
CMYK 0 0.48 0.73 0.27
HSL 21.02º 0.58% 0.46% -
HSV(B) 21.02º 0.73% 0.73% -
XYZ 25.44 19.53 5.45 -
YUV 119.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 187 98 50 0 0.48 0.73 0.27 21.02 0.58 0.46
Hex BB 62 32 0 30 49 1B 15 3A 2E
Octal 273 142 62 0 60 111 33 25 72 56
Binary 10111011 1100010 110010 0 110000 1001001 11011 10101 111010 101110

Color Harmonies of #BB6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6232

Black with #BB6232

Text Example


Text Example

White with #BB6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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