#B35E0C

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

Shades of Tenne (Tawny) #B35E0C

Tints of Tenne (Tawny) #B35E0C

Color information

#B35E0C (or 0xB35E0C) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 5E and 0C. RGB value is (179,94,12). Sum of RGB (Red+Green+Blue) = 179+94+12=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35E0C is #4CA1F3. Grayscale: #6E6E6E. Windows color (decimal): -5022196 or 810675. OLE color: 810675.

HSL color Cylindrical-coordinate representation of color #B35E0C: hue angle of 29.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B35E0C is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1799412-
CMYK00.470.930.30
HSL29.46º87.43%37.45%-
HSV(B)29.46º93.3%70.2%-
XYZ22.6617.622.55-
YUV110.0772.66177.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=62.81%
G=32.98%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179941200.470.930.3029.4687.4337.45
HexB35EC02F5D1E1d5725
Octal26313614057135363512745
Binary10110011101111011000101111101110111110111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E0C; }

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

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

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

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

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

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

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

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