Html Css Color HEX #B85B36 Smoke Tree

📋 copy color: '#B85B36'

red 184 ◦ green 91 ◦ blue 54

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

Shades of Smoke Tree #B85B36

Tints of Smoke Tree #B85B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 55.93%
G = 27.66%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B85B36 (or 0xB85B36) is known color: Smoke Tree. HEX triplet: B8, 5B and 36. RGB value is (184,91,54). Sum of RGB (Red+Green+Blue) = 184+91+54=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B36 is #47A4C9. Grayscale: #727272. Windows color (decimal): -4695242 or 3562424. OLE color: 3562424.

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

Color convert

RGB 184 91 54 -
CMYK 0 0.51 0.71 0.28
HSL 17.08º 0.55% 0.47% -
HSV(B) 17.08º 0.71% 0.72% -
XYZ 24.17 17.94 5.68 -
YUV 114.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 184 91 54 0 0.51 0.71 0.28 17.08 0.55 0.47
Hex B8 5B 36 0 33 47 1C 11 37 2F
Octal 270 133 66 0 63 107 34 21 67 57
Binary 10111000 1011011 110110 0 110011 1000111 11100 10001 110111 101111

Color Harmonies of #B85B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B36

Black with #B85B36

Text Example


Text Example

White with #B85B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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