#B65401

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

Shades of Tenne (Tawny) #B65401

Tints of Tenne (Tawny) #B65401

Color information

#B65401 (or 0xB65401) is unknown color: approx Tenne (Tawny). HEX triplet: B6, 54 and 01. RGB value is (182,84,1). Sum of RGB (Red+Green+Blue) = 182+84+1=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B65401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65401 is #49ABFE. Grayscale: #686868. Windows color (decimal): -4828159 or 87222. OLE color: 87222.

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

Color convert

RGB182841-
CMYK00.540.990.29
HSL27.51º98.91%35.88%-
HSV(B)27.51º99.45%71.37%-
XYZ22.4716.291.99-
YUV103.8469.97183.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=68.16%
G=31.46%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18284100.540.990.2927.5198.9135.88
HexB6541036631D1c6324
Octal2661241066143353414344
Binary10110110101010010110110110001111101111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65401; }

 p { color: rgb(182,84,1); }

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

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

 a { background-color: rgb(182,84,1); }

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

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

 span { border-color: rgb(182,84,1); }

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