Html Css Color HEX #B85B37 Smoke Tree

📋 copy color: '#B85B37'

red 184 ◦ green 91 ◦ blue 55

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

Shades of Smoke Tree #B85B37

Tints of Smoke Tree #B85B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 55.76%
G = 27.58%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B85B37 (or 0xB85B37) is known color: Smoke Tree. HEX triplet: B8, 5B and 37. RGB value is (184,91,55). Sum of RGB (Red+Green+Blue) = 184+91+55=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B37 is #47A4C8. Grayscale: #727272. Windows color (decimal): -4695241 or 3627960. OLE color: 3627960.

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

Color convert

RGB 184 91 55 -
CMYK 0 0.51 0.70 0.28
HSL 16.74º 0.54% 0.47% -
HSV(B) 16.74º 0.7% 0.72% -
XYZ 24.2 17.95 5.8 -
YUV 114.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 184 91 55 0 0.51 0.70 0.28 16.74 0.54 0.47
Hex B8 5B 37 0 33 46 1C 11 36 2F
Octal 270 133 67 0 63 106 34 21 66 57
Binary 10111000 1011011 110111 0 110011 1000110 11100 10001 110110 101111

Color Harmonies of #B85B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B37

Black with #B85B37

Text Example


Text Example

White with #B85B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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