Html Css Color HEX #BB5E2C Smoke Tree

📋 copy color: '#BB5E2C'

red 187 ◦ green 94 ◦ blue 44

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

Shades of Smoke Tree #BB5E2C

Tints of Smoke Tree #BB5E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 57.54%
G = 28.92%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB5E2C (or 0xBB5E2C) is known color: Smoke Tree. HEX triplet: BB, 5E and 2C. RGB value is (187,94,44). Sum of RGB (Red+Green+Blue) = 187+94+44=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E2C is #44A1D3. Grayscale: #747474. Windows color (decimal): -4497876 or 2907835. OLE color: 2907835.

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

Color convert

RGB 187 94 44 -
CMYK 0 0.50 0.76 0.27
HSL 20.98º 0.62% 0.45% -
HSV(B) 20.98º 0.76% 0.73% -
XYZ 24.95 18.75 4.69 -
YUV 116.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 187 94 44 0 0.50 0.76 0.27 20.98 0.62 0.45
Hex BB 5E 2C 0 32 4C 1B 15 3E 2D
Octal 273 136 54 0 62 114 33 25 76 55
Binary 10111011 1011110 101100 0 110010 1001100 11011 10101 111110 101101

Color Harmonies of #BB5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E2C

Black with #BB5E2C

Text Example


Text Example

White with #BB5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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