#BA8972

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

Shades of Brandy Rose #BA8972

Tints of Brandy Rose #BA8972

Color information

#BA8972 (or 0xBA8972) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 72. RGB value is (186,137,114). Sum of RGB (Red+Green+Blue) = 186+137+114=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8972 is #45768D. Grayscale: #959595. Windows color (decimal): -4552334 or 7506362. OLE color: 7506362.

HSL color Cylindrical-coordinate representation of color #BA8972: hue angle of 19.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8972 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186137114-
CMYK00.260.390.27
HSL19.17º34.29%58.82%-
HSV(B)19.17º38.71%72.94%-
XYZ32.2329.5519.92-
YUV149.03108.23154.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=42.56%
G=31.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613711400.260.390.2719.1734.2958.82
HexBA897201A271B13223b
Octal2722111620324733234273
Binary101110101000100111100100110101001111101110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8972; }

 p { color: rgb(186,137,114); }

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

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

 a { background-color: rgb(186,137,114); }

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

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

 span { border-color: rgb(186,137,114); }

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