#BA8075

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

Shades of Brandy Rose #BA8075

Tints of Brandy Rose #BA8075

Color information

#BA8075 (or 0xBA8075) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 75. RGB value is (186,128,117). Sum of RGB (Red+Green+Blue) = 186+128+117=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8075 is #457F8A. Grayscale: #909090. Windows color (decimal): -4554635 or 7700666. OLE color: 7700666.

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

Color convert

RGB186128117-
CMYK00.310.370.27
HSL9.57º33.33%59.41%-
HSV(B)9.57º37.1%72.94%-
XYZ31.1827.1620.43-
YUV144.09112.72157.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=43.16%
G=29.70%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612811700.310.370.279.5733.3359.41
HexBA807501F251Ba213b
Octal2722001650374533124173
Binary10111010100000001110101011111100101110111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8075; }

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

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

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

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

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

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

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

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