Html Css Color HEX #B86230 Smoke Tree

📋 copy color: '#B86230'

red 184 ◦ green 98 ◦ blue 48

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

Shades of Smoke Tree #B86230

Tints of Smoke Tree #B86230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 55.76%
G = 29.7%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B86230 (or 0xB86230) is known color: Smoke Tree. HEX triplet: B8, 62 and 30. RGB value is (184,98,48). Sum of RGB (Red+Green+Blue) = 184+98+48=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B86230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86230 is #479DCF. Grayscale: #767676. Windows color (decimal): -4693456 or 3171000. OLE color: 3171000.

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

Color convert

RGB 184 98 48 -
CMYK 0 0.47 0.74 0.28
HSL 22.06º 0.59% 0.45% -
HSV(B) 22.06º 0.74% 0.72% -
XYZ 24.67 19.14 5.19 -
YUV 118.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 184 98 48 0 0.47 0.74 0.28 22.06 0.59 0.45
Hex B8 62 30 0 2F 4A 1C 16 3B 2D
Octal 270 142 60 0 57 112 34 26 73 55
Binary 10111000 1100010 110000 0 101111 1001010 11100 10110 111011 101101

Color Harmonies of #B86230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86230

Black with #B86230

Text Example


Text Example

White with #B86230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86230; }

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

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

background-color css

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

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

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

border-color css

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

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

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