#B36001

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

Shades of Tenne (Tawny) #B36001

Tints of Tenne (Tawny) #B36001

Color information

#B36001 (or 0xB36001) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 60 and 01. RGB value is (179,96,1). Sum of RGB (Red+Green+Blue) = 179+96+1=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B36001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36001 is #4C9FFE. Grayscale: #6E6E6E. Windows color (decimal): -5021695 or 90291. OLE color: 90291.

HSL color Cylindrical-coordinate representation of color #B36001: hue angle of 32.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B36001 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179961-
CMYK00.460.990.30
HSL32.02º98.89%35.29%-
HSV(B)32.02º99.44%70.2%-
XYZ22.7817.952.29-
YUV109.9966.5177.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=64.86%
G=34.78%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17996100.460.990.3032.0298.8935.29
HexB360102E631E206323
Octal2631401056143364014343
Binary101100111100000101011101100011111101000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36001; }

 p { color: rgb(179,96,1); }

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

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

 a { background-color: rgb(179,96,1); }

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

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

 span { border-color: rgb(179,96,1); }

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