#B95E05

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

Shades of Tenne (Tawny) #B95E05

Tints of Tenne (Tawny) #B95E05

Color information

#B95E05 (or 0xB95E05) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5E and 05. RGB value is (185,94,5). Sum of RGB (Red+Green+Blue) = 185+94+5=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95E05 is #46A1FA. Grayscale: #6F6F6F. Windows color (decimal): -4628987 or 351929. OLE color: 351929.

HSL color Cylindrical-coordinate representation of color #B95E05: hue angle of 29.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B95E05 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB185945-
CMYK00.490.970.27
HSL29.67º94.74%37.25%-
HSV(B)29.67º97.3%72.55%-
XYZ24.0418.332.41-
YUV111.0668.15180.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=65.14%
G=33.10%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18594500.490.970.2729.6794.7437.25
HexB95E5031611B1e5f25
Octal2711365061141333613745
Binary1011100110111101010110001110000111011111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E05; }

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

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

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

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

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

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

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

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