#BA7F7C

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

Shades of Brandy Rose #BA7F7C

Tints of Brandy Rose #BA7F7C

Color information

#BA7F7C (or 0xBA7F7C) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 7C. RGB value is (186,127,124). Sum of RGB (Red+Green+Blue) = 186+127+124=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F7C is #458083. Grayscale: #909090. Windows color (decimal): -4554884 or 8159162. OLE color: 8159162.

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

Color convert

RGB186127124-
CMYK00.320.330.27
HSL2.9º31%60.78%-
HSV(B)2.9º33.33%72.94%-
XYZ31.4827.0722.64-
YUV144.3116.55157.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=42.56%
G=29.06%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612712400.320.330.272.93160.78
HexBA7F7C020211B31f3d
Octal272177174040413333775
Binary10111010111111111111000100000100001110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F7C; }

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

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

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

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

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

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

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

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