Html Css Color HEX #B86231 Smoke Tree

📋 copy color: '#B86231'

red 184 ◦ green 98 ◦ blue 49

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

Shades of Smoke Tree #B86231

Tints of Smoke Tree #B86231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 55.59%
G = 29.61%
B = 14.8%

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

#B86231 (or 0xB86231) is known color: Smoke Tree. HEX triplet: B8, 62 and 31. RGB value is (184,98,49). Sum of RGB (Red+Green+Blue) = 184+98+49=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B86231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86231 is #479DCE. Grayscale: #767676. Windows color (decimal): -4693455 or 3236536. OLE color: 3236536.

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

Color convert

RGB 184 98 49 -
CMYK 0 0.47 0.73 0.28
HSL 21.78º 0.58% 0.46% -
HSV(B) 21.78º 0.73% 0.72% -
XYZ 24.69 19.15 5.3 -
YUV 118.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 184 98 49 0 0.47 0.73 0.28 21.78 0.58 0.46
Hex B8 62 31 0 2F 49 1C 16 3A 2E
Octal 270 142 61 0 57 111 34 26 72 56
Binary 10111000 1100010 110001 0 101111 1001001 11100 10110 111010 101110

Color Harmonies of #B86231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86231

Black with #B86231

Text Example


Text Example

White with #B86231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86231; }

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

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

background-color css

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

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

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

border-color css

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

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

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