Html Css Color HEX #BB5C3C Smoke Tree

📋 copy color: '#BB5C3C'

red 187 ◦ green 92 ◦ blue 60

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

Shades of Smoke Tree #BB5C3C

Tints of Smoke Tree #BB5C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 55.16%
G = 27.14%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB5C3C (or 0xBB5C3C) is known color: Smoke Tree. HEX triplet: BB, 5C and 3C. RGB value is (187,92,60). Sum of RGB (Red+Green+Blue) = 187+92+60=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5C3C is #44A3C3. Grayscale: #747474. Windows color (decimal): -4498372 or 3955899. OLE color: 3955899.

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

Color convert

RGB 187 92 60 -
CMYK 0 0.51 0.68 0.27
HSL 15.12º 0.51% 0.48% -
HSV(B) 15.12º 0.68% 0.73% -
XYZ 25.14 18.55 6.53 -
YUV 116.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 187 92 60 0 0.51 0.68 0.27 15.12 0.51 0.48
Hex BB 5C 3C 0 33 44 1B F 33 30
Octal 273 134 74 0 63 104 33 17 63 60
Binary 10111011 1011100 111100 0 110011 1000100 11011 1111 110011 110000

Color Harmonies of #BB5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C3C

Black with #BB5C3C

Text Example


Text Example

White with #BB5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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