#B85101

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

Shades of Tenne (Tawny) #B85101

Tints of Tenne (Tawny) #B85101

Color information

#B85101 (or 0xB85101) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 51 and 01. RGB value is (184,81,1). Sum of RGB (Red+Green+Blue) = 184+81+1=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B85101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85101 is #47AEFE. Grayscale: #676767. Windows color (decimal): -4697855 or 86456. OLE color: 86456.

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

Color convert

RGB184811-
CMYK00.560.990.28
HSL26.23º98.92%36.27%-
HSV(B)26.23º99.46%72.16%-
XYZ22.7216.081.93-
YUV102.6870.62186-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=69.17%
G=30.45%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18481100.560.990.2826.2398.9236.27
HexB8511038631C1a6324
Octal2701211070143343214344
Binary10111000101000110111000110001111100110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85101; }

 p { color: rgb(184,81,1); }

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

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

 a { background-color: rgb(184,81,1); }

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

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

 span { border-color: rgb(184,81,1); }

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