#B65B03

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

Shades of Tenne (Tawny) #B65B03

Tints of Tenne (Tawny) #B65B03

Color information

#B65B03 (or 0xB65B03) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 5B and 03. RGB value is (182,91,3). Sum of RGB (Red+Green+Blue) = 182+91+3=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65B03 is #49A4FC. Grayscale: #6C6C6C. Windows color (decimal): -4826365 or 220086. OLE color: 220086.

HSL color Cylindrical-coordinate representation of color #B65B03: hue angle of 29.5º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B65B03 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182913-
CMYK00.50.980.29
HSL29.5º96.76%36.27%-
HSV(B)29.5º98.35%71.37%-
XYZ23.0517.432.24-
YUV108.1868.65180.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=65.94%
G=32.97%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18291300.50.980.2929.596.7636.27
HexB65B3032621D1d6124
Octal2661333062142353514144
Binary101101101011011110110010110001011101111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B03; }

 p { color: rgb(182,91,3); }

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

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

 a { background-color: rgb(182,91,3); }

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

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

 span { border-color: rgb(182,91,3); }

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