#BA8575

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

Shades of Brandy Rose #BA8575

Tints of Brandy Rose #BA8575

Color information

#BA8575 (or 0xBA8575) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 75. RGB value is (186,133,117). Sum of RGB (Red+Green+Blue) = 186+133+117=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8575 is #457A8A. Grayscale: #939393. Windows color (decimal): -4553355 or 7701946. OLE color: 7701946.

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

Color convert

RGB186133117-
CMYK00.280.370.27
HSL13.91º33.33%59.41%-
HSV(B)13.91º37.1%72.94%-
XYZ31.8528.520.65-
YUV147.02111.06155.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=42.66%
G=30.50%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613311700.280.370.2713.9133.3359.41
HexBA857501C251Be213b
Octal2722051650344533164173
Binary10111010100001011110101011100100101110111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8575; }

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

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

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

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

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

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

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

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