#B05B00

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

Shades of Tenne (Tawny) #B05B00

Tints of Tenne (Tawny) #B05B00

Color information

#B05B00 (or 0xB05B00) is unknown color: approx Tenne (Tawny). HEX triplet: B0, 5B and 00. RGB value is (176,91,0). Sum of RGB (Red+Green+Blue) = 176+91+0=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05B00 is #4FA4FF. Grayscale: #6A6A6A. Windows color (decimal): -5219584 or 23472. OLE color: 23472.

HSL color Cylindrical-coordinate representation of color #B05B00: hue angle of 31.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B05B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB176910-
CMYK00.4810.31
HSL31.02º100%34.51%-
HSV(B)31.02º100%69.02%-
XYZ21.6516.712.08-
YUV106.0468.16177.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.92%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.92%
G=34.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17691000.4810.3131.0210034.51
HexB05B0030641F1f6423
Octal2601330060144373714443
Binary10110000101101100110000110010011111111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B00; }

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

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

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

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

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

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

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

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