#B86801

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

Shades of Tenne (Tawny) #B86801

Tints of Tenne (Tawny) #B86801

Color information

#B86801 (or 0xB86801) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 68 and 01. RGB value is (184,104,1). Sum of RGB (Red+Green+Blue) = 184+104+1=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B86801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86801 is #4797FE. Grayscale: #747474. Windows color (decimal): -4691967 or 92344. OLE color: 92344.

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

Color convert

RGB1841041-
CMYK00.430.990.28
HSL33.77º98.92%36.27%-
HSV(B)33.77º99.46%72.16%-
XYZ24.7220.092.6-
YUV116.1863176.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.67%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=63.67%
G=35.99%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184104100.430.990.2833.7798.9236.27
HexB868102B631C226324
Octal2701501053143344214344
Binary101110001101000101010111100011111001000101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86801; }

 p { color: rgb(184,104,1); }

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

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

 a { background-color: rgb(184,104,1); }

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

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

 span { border-color: rgb(184,104,1); }

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