#b86400

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

Shades of Tenne (Tawny) #B86400

Tints of Tenne (Tawny) #B86400

Color information

#B86400 (or 0xB86400) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 64 and 00. RGB value is (184,100,0). Sum of RGB (Red+Green+Blue) = 184+100+0=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B86400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86400 is #479BFF. Grayscale: #727272. Windows color (decimal): -4692992 or 25784. OLE color: 25784.

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

Color convert

RGB1841000-
CMYK00.4610.28
HSL32.61º100%36.08%-
HSV(B)32.61º100%72.16%-
XYZ24.3219.32.44-
YUV113.7263.83178.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.79%
G=35.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184100000.4610.2832.6110036.08
HexB864002E641C216424
Octal2701440056144344114444
Binary101110001100100001011101100100111001000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86400; }

 p { color: rgb(184,100,0); }

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

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

 a { background-color: rgb(184,100,0); }

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

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

 span { border-color: rgb(184,100,0); }

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