Html Css Color HEX #B86131 Smoke Tree

📋 copy color: '#B86131'

red 184 ◦ green 97 ◦ blue 49

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

Shades of Smoke Tree #B86131

Tints of Smoke Tree #B86131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 55.76%
G = 29.39%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B86131 (or 0xB86131) is known color: Smoke Tree. HEX triplet: B8, 61 and 31. RGB value is (184,97,49). Sum of RGB (Red+Green+Blue) = 184+97+49=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B86131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86131 is #479ECE. Grayscale: #757575. Windows color (decimal): -4693711 or 3236280. OLE color: 3236280.

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

Color convert

RGB 184 97 49 -
CMYK 0 0.47 0.73 0.28
HSL 21.33º 0.58% 0.46% -
HSV(B) 21.33º 0.73% 0.72% -
XYZ 24.6 18.96 5.27 -
YUV 117.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 184 97 49 0 0.47 0.73 0.28 21.33 0.58 0.46
Hex B8 61 31 0 2F 49 1C 15 3A 2E
Octal 270 141 61 0 57 111 34 25 72 56
Binary 10111000 1100001 110001 0 101111 1001001 11100 10101 111010 101110

Color Harmonies of #B86131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86131

Black with #B86131

Text Example


Text Example

White with #B86131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86131; }

 p { color: rgb(184,97,49); }

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

background-color css

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

 a { background-color: rgb(184,97,49); }

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

border-color css

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

 span { border-color: rgb(184,97,49); }

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