#B95100

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

Shades of Tenne (Tawny) #B95100

Tints of Tenne (Tawny) #B95100

Color information

#B95100 (or 0xB95100) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 51 and 00. RGB value is (185,81,0). Sum of RGB (Red+Green+Blue) = 185+81+0=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B95100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95100 is #46AEFF. Grayscale: #676767. Windows color (decimal): -4632320 or 20921. OLE color: 20921.

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

Color convert

RGB185810-
CMYK00.5610.27
HSL26.27º100%36.27%-
HSV(B)26.27º100%72.55%-
XYZ22.9516.21.92-
YUV102.8669.96186.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.55%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.55%
G=30.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18581000.5610.2726.2710036.27
HexB9510038641B1a6424
Octal2711210070144333214444
Binary10111001101000100111000110010011011110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95100; }

 p { color: rgb(185,81,0); }

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

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

 a { background-color: rgb(185,81,0); }

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

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

 span { border-color: rgb(185,81,0); }

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