Html Css Color HEX #B85B2F Smoke Tree

📋 copy color: '#B85B2F'

red 184 ◦ green 91 ◦ blue 47

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

Shades of Smoke Tree #B85B2F

Tints of Smoke Tree #B85B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 57.14%
G = 28.26%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B85B2F (or 0xB85B2F) is known color: Smoke Tree. HEX triplet: B8, 5B and 2F. RGB value is (184,91,47). Sum of RGB (Red+Green+Blue) = 184+91+47=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85B2F is #47A4D0. Grayscale: #727272. Windows color (decimal): -4695249 or 3103672. OLE color: 3103672.

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

Color convert

RGB 184 91 47 -
CMYK 0 0.51 0.74 0.28
HSL 19.27º 0.59% 0.45% -
HSV(B) 19.27º 0.74% 0.72% -
XYZ 24.02 17.88 4.87 -
YUV 113.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 184 91 47 0 0.51 0.74 0.28 19.27 0.59 0.45
Hex B8 5B 2F 0 33 4A 1C 13 3B 2D
Octal 270 133 57 0 63 112 34 23 73 55
Binary 10111000 1011011 101111 0 110011 1001010 11100 10011 111011 101101

Color Harmonies of #B85B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B2F

Black with #B85B2F

Text Example


Text Example

White with #B85B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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