#B95E00

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

Shades of Tenne (Tawny) #B95E00

Tints of Tenne (Tawny) #B95E00

Color information

#B95E00 (or 0xB95E00) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5E and 00. RGB value is (185,94,0). Sum of RGB (Red+Green+Blue) = 185+94+0=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95E00 is #46A1FF. Grayscale: #6E6E6E. Windows color (decimal): -4628992 or 24249. OLE color: 24249.

HSL color Cylindrical-coordinate representation of color #B95E00: hue angle of 30.49º 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 #B95E00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB185940-
CMYK00.4910.27
HSL30.49º100%36.27%-
HSV(B)30.49º100%72.55%-
XYZ24.0118.322.27-
YUV110.4965.65181.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.31%
G=33.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18594000.4910.2730.4910036.27
HexB95E0031641B1e6424
Octal2711360061144333614444
Binary10111001101111000110001110010011011111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E00; }

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

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

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

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

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

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

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

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