Html Css Color HEX #B85537 Smoke Tree

📋 copy color: '#B85537'

red 184 ◦ green 85 ◦ blue 55

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

Shades of Smoke Tree #B85537

Tints of Smoke Tree #B85537

RGB

 RED value IS 184 (72.27% from 255) = 56.79%

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 56.79%
G = 26.23%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B85537 (or 0xB85537) is known color: Smoke Tree. HEX triplet: B8, 55 and 37. RGB value is (184,85,55). Sum of RGB (Red+Green+Blue) = 184+85+55=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85537 is #47AAC8. Grayscale: #6F6F6F. Windows color (decimal): -4696777 or 3626424. OLE color: 3626424.

HSL color Cylindrical-coordinate representation of color #B85537: hue angle of 13.95º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B85537 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 55 -
CMYK 0 0.54 0.70 0.28
HSL 13.95º 0.54% 0.47% -
HSV(B) 13.95º 0.7% 0.72% -
XYZ 23.71 16.96 5.64 -
YUV 111.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 184 85 55 0 0.54 0.70 0.28 13.95 0.54 0.47
Hex B8 55 37 0 36 46 1C E 36 2F
Octal 270 125 67 0 66 106 34 16 66 57
Binary 10111000 1010101 110111 0 110110 1000110 11100 1110 110110 101111

Color Harmonies of #B85537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85537

Black with #B85537

Text Example


Text Example

White with #B85537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85537; }

 p { color: rgb(184,85,55); }

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

background-color css

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

 a { background-color: rgb(184,85,55); }

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

border-color css

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

 span { border-color: rgb(184,85,55); }

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