#B95D08

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

Shades of Tenne (Tawny) #B95D08

Tints of Tenne (Tawny) #B95D08

Color information

#B95D08 (or 0xB95D08) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5D and 08. RGB value is (185,93,8). Sum of RGB (Red+Green+Blue) = 185+93+8=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D08 is #46A2F7. Grayscale: #6F6F6F. Windows color (decimal): -4629240 or 548281. OLE color: 548281.

HSL color Cylindrical-coordinate representation of color #B95D08: hue angle of 28.81º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B95D08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB185938-
CMYK00.500.960.27
HSL28.81º91.71%37.84%-
HSV(B)28.81º95.68%72.55%-
XYZ23.9718.162.47-
YUV110.8269.98180.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.69%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=64.69%
G=32.52%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18593800.500.960.2728.8191.7137.84
HexB95D8032601B1d5c26
Octal27113510062140333513446
Binary10111001101110110000110010110000011011111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D08; }

 p { color: rgb(185,93,8); }

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

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

 a { background-color: rgb(185,93,8); }

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

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

 span { border-color: rgb(185,93,8); }

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