#BA7F66

Color #BA7F66 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BA7F66

Tints of Burning Sand #BA7F66

Color information

#BA7F66 (or 0xBA7F66) is unknown color: approx Burning Sand. HEX triplet: BA, 7F and 66. RGB value is (186,127,102). Sum of RGB (Red+Green+Blue) = 186+127+102=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F66 is #458099. Grayscale: #8D8D8D. Windows color (decimal): -4554906 or 6717370. OLE color: 6717370.

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

Color convert

RGB186127102-
CMYK00.320.450.27
HSL17.86º37.84%56.47%-
HSV(B)17.86º45.16%72.94%-
XYZ30.2426.5816.11-
YUV141.79105.55159.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=44.82%
G=30.60%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612710200.320.450.2717.8637.8456.47
HexBA7F660202D1B122638
Octal2721771460405533224670
Binary101110101111111110011001000001011011101110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F66; }

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

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

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

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

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

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

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

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