#BA660F

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

Shades of Tenne (Tawny) #BA660F

Tints of Tenne (Tawny) #BA660F

Color information

#BA660F (or 0xBA660F) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 66 and 0F. RGB value is (186,102,15). Sum of RGB (Red+Green+Blue) = 186+102+15=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA660F is #4599F0. Grayscale: #757575. Windows color (decimal): -4561393 or 1009338. OLE color: 1009338.

HSL color Cylindrical-coordinate representation of color #BA660F: hue angle of 30.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA660F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB18610215-
CMYK00.450.920.27
HSL30.53º85.07%39.41%-
HSV(B)30.53º91.94%72.94%-
XYZ25.0919.982.99-
YUV117.270.33177.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=61.39%
G=33.66%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861021500.450.920.2730.5385.0739.41
HexBA66F02D5C1B1f5527
Octal27214617055134333712547
Binary10111010110011011110101101101110011011111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA660F; }

 p { color: rgb(186,102,15); }

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

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

 a { background-color: rgb(186,102,15); }

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

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

 span { border-color: rgb(186,102,15); }

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