#BA8975

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

Shades of Brandy Rose #BA8975

Tints of Brandy Rose #BA8975

Color information

#BA8975 (or 0xBA8975) is unknown color: approx Brandy Rose. HEX triplet: BA, 89 and 75. RGB value is (186,137,117). Sum of RGB (Red+Green+Blue) = 186+137+117=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8975 is #45768A. Grayscale: #959595. Windows color (decimal): -4552331 or 7702970. OLE color: 7702970.

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

Color convert

RGB186137117-
CMYK00.260.370.27
HSL17.39º33.33%59.41%-
HSV(B)17.39º37.1%72.94%-
XYZ32.4129.6120.84-
YUV149.37109.73154.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=42.27%
G=31.14%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613711700.260.370.2717.3933.3359.41
HexBA897501A251B11213b
Octal2722111650324533214173
Binary101110101000100111101010110101001011101110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8975; }

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

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

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

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

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

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

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

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