#B86A05

Color #B86A05 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B86A05

Tints of Tenne (Tawny) #B86A05

Color information

#B86A05 (or 0xB86A05) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 6A and 05. RGB value is (184,106,5). Sum of RGB (Red+Green+Blue) = 184+106+5=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A05 is #4795FA. Grayscale: #767676. Windows color (decimal): -4691451 or 355000. OLE color: 355000.

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

Color convert

RGB1841065-
CMYK00.420.970.28
HSL33.85º94.71%37.06%-
HSV(B)33.85º97.28%72.16%-
XYZ24.9520.512.79-
YUV117.8164.34175.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 5 (2.34% from 255) = 1.69%
R=62.37%
G=35.93%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184106500.420.970.2833.8594.7137.06
HexB86A502A611C225f25
Octal2701525052141344213745
Binary10111000110101010101010101100001111001000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A05; }

 p { color: rgb(184,106,5); }

 H1.HeaderClassName
 {
   color: #B86A05;
 }
 .AnyTagClassName
 {
   color: #B86A05;
 }
</style>
background-color css

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

 a { background-color: rgb(184,106,5); }

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

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

 span { border-color: rgb(184,106,5); }

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