#BA8E7F

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

Shades of Brandy Rose #BA8E7F

Tints of Brandy Rose #BA8E7F

Color information

#BA8E7F (or 0xBA8E7F) is unknown color: approx Brandy Rose. HEX triplet: BA, 8E and 7F. RGB value is (186,142,127). Sum of RGB (Red+Green+Blue) = 186+142+127=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E7F is #457180. Grayscale: #999999. Windows color (decimal): -4551041 or 8359610. OLE color: 8359610.

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

Color convert

RGB186142127-
CMYK00.240.320.27
HSL15.25º29.95%61.37%-
HSV(B)15.25º31.72%72.94%-
XYZ33.7531.3224.34-
YUV153.45113.08151.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 127 (50% from 255) = 27.91%
R=40.88%
G=31.21%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614212700.240.320.2715.2529.9561.37
HexBA8E7F018201Bf1e3d
Octal2722161770304033173675
Binary1011101010001110111111101100010000011011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E7F; }

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

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

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

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

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

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

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

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