#BA8A72

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

Shades of Brandy Rose #BA8A72

Tints of Brandy Rose #BA8A72

Color information

#BA8A72 (or 0xBA8A72) is unknown color: approx Brandy Rose. HEX triplet: BA, 8A and 72. RGB value is (186,138,114). Sum of RGB (Red+Green+Blue) = 186+138+114=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A72 is #45758D. Grayscale: #959595. Windows color (decimal): -4552078 or 7506618. OLE color: 7506618.

HSL color Cylindrical-coordinate representation of color #BA8A72: hue angle of 20º 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 #BA8A72 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186138114-
CMYK00.260.390.27
HSL20º34.29%58.82%-
HSV(B)20º38.71%72.94%-
XYZ32.3829.8319.97-
YUV149.62107.9153.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=42.47%
G=31.51%
B=26.03%

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
Decimal18613811400.260.390.272034.2958.82
HexBA8A7201A271B14223b
Octal2722121620324733244273
Binary101110101000101011100100110101001111101110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A72; }

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

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

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

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

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

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

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

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