Html Css Color HEX #B86204 Tenne (Tawny)

📋 copy color: '#B86204'

red 184 ◦ green 98 ◦ blue 4

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

Shades of Tenne (Tawny) #B86204

Tints of Tenne (Tawny) #B86204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 64.34%
G = 34.27%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B86204 (or 0xB86204) is known color: Tenne (Tawny). HEX triplet: B8, 62 and 04. RGB value is (184,98,4). Sum of RGB (Red+Green+Blue) = 184+98+4=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B86204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86204 is #479DFB. Grayscale: #717171. Windows color (decimal): -4693500 or 287416. OLE color: 287416.

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

Color convert

RGB 184 98 4 -
CMYK 0 0.47 0.98 0.28
HSL 31.33º 0.96% 0.37% -
HSV(B) 31.33º 0.98% 0.72% -
XYZ 24.16 18.93 2.5 -
YUV 113 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 184 98 4 0 0.47 0.98 0.28 31.33 0.96 0.37
Hex B8 62 4 0 2F 62 1C 1F 60 25
Octal 270 142 4 0 57 142 34 37 140 45
Binary 10111000 1100010 100 0 101111 1100010 11100 11111 1100000 100101

Color Harmonies of #B86204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86204

Black with #B86204

Text Example


Text Example

White with #B86204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86204; }

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

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

background-color css

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

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

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

border-color css

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

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

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