#BA8772

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

Shades of Brandy Rose #BA8772

Tints of Brandy Rose #BA8772

Color information

#BA8772 (or 0xBA8772) is unknown color: approx Brandy Rose. HEX triplet: BA, 87 and 72. RGB value is (186,135,114). Sum of RGB (Red+Green+Blue) = 186+135+114=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8772 is #45788D. Grayscale: #939393. Windows color (decimal): -4552846 or 7505850. OLE color: 7505850.

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

Color convert

RGB186135114-
CMYK00.270.390.27
HSL17.5º34.29%58.82%-
HSV(B)17.5º38.71%72.94%-
XYZ31.9528.9819.83-
YUV147.85108.9155.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=42.76%
G=31.03%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613511400.270.390.2717.534.2958.82
HexBA877201B271B12223b
Octal2722071620334733224273
Binary101110101000011111100100110111001111101110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8772; }

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

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

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

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

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

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

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

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