#B86905

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

Shades of Tenne (Tawny) #B86905

Tints of Tenne (Tawny) #B86905

Color information

#B86905 (or 0xB86905) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 69 and 05. RGB value is (184,105,5). Sum of RGB (Red+Green+Blue) = 184+105+5=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B86905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86905 is #4796FA. Grayscale: #757575. Windows color (decimal): -4691707 or 354744. OLE color: 354744.

HSL color Cylindrical-coordinate representation of color #B86905: hue angle of 33.52º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B86905 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841055-
CMYK00.430.970.28
HSL33.52º94.71%37.06%-
HSV(B)33.52º97.28%72.16%-
XYZ24.8520.32.75-
YUV117.2264.67175.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=62.59%
G=35.71%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184105500.430.970.2833.5294.7137.06
HexB869502B611C225f25
Octal2701515053141344213745
Binary10111000110100110101010111100001111001000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86905; }

 p { color: rgb(184,105,5); }

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

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

 a { background-color: rgb(184,105,5); }

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

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

 span { border-color: rgb(184,105,5); }

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