#B95B00

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

Shades of Tenne (Tawny) #B95B00

Tints of Tenne (Tawny) #B95B00

Color information

#B95B00 (or 0xB95B00) is unknown color: approx Tenne (Tawny). HEX triplet: B9, 5B and 00. RGB value is (185,91,0). Sum of RGB (Red+Green+Blue) = 185+91+0=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95B00 is #46A4FF. Grayscale: #6D6D6D. Windows color (decimal): -4629760 or 23481. OLE color: 23481.

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

Color convert

RGB185910-
CMYK00.5110.27
HSL29.51º100%36.27%-
HSV(B)29.51º100%72.55%-
XYZ23.7517.82.18-
YUV108.7366.64182.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.03%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.03%
G=32.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18591000.5110.2729.5110036.27
HexB95B0033641B1e6424
Octal2711330063144333614444
Binary10111001101101100110011110010011011111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B00; }

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

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

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

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

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

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

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

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