#BA8E81

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

Shades of Brandy Rose #BA8E81

Tints of Brandy Rose #BA8E81

Color information

#BA8E81 (or 0xBA8E81) is unknown color: approx Brandy Rose. HEX triplet: BA, 8E and 81. RGB value is (186,142,129). Sum of RGB (Red+Green+Blue) = 186+142+129=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E81 is #45717E. Grayscale: #999999. Windows color (decimal): -4551039 or 8490682. OLE color: 8490682.

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

Color convert

RGB186142129-
CMYK00.240.310.27
HSL13.68º29.23%61.76%-
HSV(B)13.68º30.65%72.94%-
XYZ33.8931.3725.04-
YUV153.67114.08151.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=40.70%
G=31.07%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614212900.240.310.2713.6829.2361.76
HexBA8E810181F1Be1d3e
Octal2722162010303733163576
Binary1011101010001110100000010110001111111011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E81; }

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

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

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

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

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

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

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

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