#BA7C6C

Color #BA7C6C Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BA7C6C

Tints of Brandy Rose #BA7C6C

Color information

#BA7C6C (or 0xBA7C6C) is unknown color: approx Brandy Rose. HEX triplet: BA, 7C and 6C. RGB value is (186,124,108). Sum of RGB (Red+Green+Blue) = 186+124+108=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C6C is #458393. Grayscale: #8C8C8C. Windows color (decimal): -4555668 or 7109818. OLE color: 7109818.

HSL color Cylindrical-coordinate representation of color #BA7C6C: hue angle of 12.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7C6C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186124108-
CMYK00.330.420.27
HSL12.31º36.11%57.65%-
HSV(B)12.31º41.94%72.94%-
XYZ30.1625.9417.6-
YUV140.71109.54160.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=44.50%
G=29.67%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612410800.330.420.2712.3136.1157.65
HexBA7C6C0212A1Bc243a
Octal2721741540415233144472
Binary10111010111110011011000100001101010110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C6C; }

 p { color: rgb(186,124,108); }

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

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

 a { background-color: rgb(186,124,108); }

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

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

 span { border-color: rgb(186,124,108); }

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