Html Css Color HEX #B55E3C Smoke Tree

📋 copy color: '#B55E3C'

red 181 ◦ green 94 ◦ blue 60

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

Shades of Smoke Tree #B55E3C

Tints of Smoke Tree #B55E3C

RGB

 RED value IS 181 (71.09% from 255) = 54.03%

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

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

R = 54.03%
G = 28.06%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B55E3C (or 0xB55E3C) is known color: Smoke Tree. HEX triplet: B5, 5E and 3C. RGB value is (181,94,60). Sum of RGB (Red+Green+Blue) = 181+94+60=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E3C is #4AA1C3. Grayscale: #747474. Windows color (decimal): -4891076 or 3956405. OLE color: 3956405.

HSL color Cylindrical-coordinate representation of color #B55E3C: hue angle of 16.86º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B55E3C is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 94 60 -
CMYK 0 0.48 0.67 0.29
HSL 16.86º 0.5% 0.47% -
HSV(B) 16.86º 0.67% 0.71% -
XYZ 23.87 18.16 6.52 -
YUV 116.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 181 94 60 0 0.48 0.67 0.29 16.86 0.5 0.47
Hex B5 5E 3C 0 30 43 1D 11 32 2F
Octal 265 136 74 0 60 103 35 21 62 57
Binary 10110101 1011110 111100 0 110000 1000011 11101 10001 110010 101111

Color Harmonies of #B55E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E3C

Black with #B55E3C

Text Example


Text Example

White with #B55E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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