#BA8577

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

Shades of Brandy Rose #BA8577

Tints of Brandy Rose #BA8577

Color information

#BA8577 (or 0xBA8577) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 77. RGB value is (186,133,119). Sum of RGB (Red+Green+Blue) = 186+133+119=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8577 is #457A88. Grayscale: #939393. Windows color (decimal): -4553353 or 7833018. OLE color: 7833018.

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

Color convert

RGB186133119-
CMYK00.280.360.27
HSL12.54º32.68%59.8%-
HSV(B)12.54º36.02%72.94%-
XYZ31.9728.5521.28-
YUV147.25112.06155.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=42.47%
G=30.37%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613311900.280.360.2712.5432.6859.8
HexBA857701C241Bd213c
Octal2722051670344433154174
Binary10111010100001011110111011100100100110111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8577; }

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

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

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

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

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

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

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

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