Html Css Color HEX #BB5E3C Smoke Tree

📋 copy color: '#BB5E3C'

red 187 ◦ green 94 ◦ blue 60

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

Shades of Smoke Tree #BB5E3C

Tints of Smoke Tree #BB5E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 54.84%
G = 27.57%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB5E3C (or 0xBB5E3C) is known color: Smoke Tree. HEX triplet: BB, 5E and 3C. RGB value is (187,94,60). Sum of RGB (Red+Green+Blue) = 187+94+60=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E3C is #44A1C3. Grayscale: #767676. Windows color (decimal): -4497860 or 3956411. OLE color: 3956411.

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

Color convert

RGB 187 94 60 -
CMYK 0 0.50 0.68 0.27
HSL 16.06º 0.51% 0.48% -
HSV(B) 16.06º 0.68% 0.73% -
XYZ 25.31 18.9 6.59 -
YUV 117.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 187 94 60 0 0.50 0.68 0.27 16.06 0.51 0.48
Hex BB 5E 3C 0 32 44 1B 10 33 30
Octal 273 136 74 0 62 104 33 20 63 60
Binary 10111011 1011110 111100 0 110010 1000100 11011 10000 110011 110000

Color Harmonies of #BB5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E3C

Black with #BB5E3C

Text Example


Text Example

White with #BB5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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