#B35E01

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

Shades of Tenne (Tawny) #B35E01

Tints of Tenne (Tawny) #B35E01

Color information

#B35E01 (or 0xB35E01) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 5E and 01. RGB value is (179,94,1). Sum of RGB (Red+Green+Blue) = 179+94+1=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35E01 is #4CA1FE. Grayscale: #6D6D6D. Windows color (decimal): -5022207 or 89779. OLE color: 89779.

HSL color Cylindrical-coordinate representation of color #B35E01: hue angle of 31.35º 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 #B35E01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179941-
CMYK00.470.990.30
HSL31.35º98.89%35.29%-
HSV(B)31.35º99.44%70.2%-
XYZ22.617.592.23-
YUV108.8167.16178.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=65.33%
G=34.31%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17994100.470.990.3031.3598.8935.29
HexB35E102F631E1f6323
Octal2631361057143363714343
Binary10110011101111010101111110001111110111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E01; }

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

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

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

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

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

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

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

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