Html Css Color HEX #B9573C Smoke Tree

📋 copy color: '#B9573C'

red 185 ◦ green 87 ◦ blue 60

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

Shades of Smoke Tree #B9573C

Tints of Smoke Tree #B9573C

RGB

 RED value IS 185 (72.66% from 255) = 55.72%

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

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

R = 55.72%
G = 26.2%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9573C (or 0xB9573C) is known color: Smoke Tree. HEX triplet: B9, 57 and 3C. RGB value is (185,87,60). Sum of RGB (Red+Green+Blue) = 185+87+60=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9573C is #46A8C3. Grayscale: #717171. Windows color (decimal): -4630724 or 3954617. OLE color: 3954617.

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

Color convert

RGB 185 87 60 -
CMYK 0 0.53 0.68 0.27
HSL 12.96º 0.51% 0.48% -
HSV(B) 12.96º 0.68% 0.73% -
XYZ 24.23 17.46 6.37 -
YUV 113.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 185 87 60 0 0.53 0.68 0.27 12.96 0.51 0.48
Hex B9 57 3C 0 35 44 1B D 33 30
Octal 271 127 74 0 65 104 33 15 63 60
Binary 10111001 1010111 111100 0 110101 1000100 11011 1101 110011 110000

Color Harmonies of #B9573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9573C

Black with #B9573C

Text Example


Text Example

White with #B9573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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