Html Css Color HEX #B5573C Smoke Tree

📋 copy color: '#B5573C'

red 181 ◦ green 87 ◦ blue 60

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

Shades of Smoke Tree #B5573C

Tints of Smoke Tree #B5573C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 55.18%
G = 26.52%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5573C (or 0xB5573C) is known color: Smoke Tree. HEX triplet: B5, 57 and 3C. RGB value is (181,87,60). Sum of RGB (Red+Green+Blue) = 181+87+60=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5573C is #4AA8C3. Grayscale: #707070. Windows color (decimal): -4892868 or 3954613. OLE color: 3954613.

HSL color Cylindrical-coordinate representation of color #B5573C: hue angle of 13.39º 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 #B5573C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 87 60 -
CMYK 0 0.52 0.67 0.29
HSL 13.39º 0.5% 0.47% -
HSV(B) 13.39º 0.67% 0.71% -
XYZ 23.28 16.97 6.32 -
YUV 112.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 181 87 60 0 0.52 0.67 0.29 13.39 0.5 0.47
Hex B5 57 3C 0 34 43 1D D 32 2F
Octal 265 127 74 0 64 103 35 15 62 57
Binary 10110101 1010111 111100 0 110100 1000011 11101 1101 110010 101111

Color Harmonies of #B5573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5573C

Black with #B5573C

Text Example


Text Example

White with #B5573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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