#BA807A

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

Shades of Brandy Rose #BA807A

Tints of Brandy Rose #BA807A

Color information

#BA807A (or 0xBA807A) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 7A. RGB value is (186,128,122). Sum of RGB (Red+Green+Blue) = 186+128+122=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807A is #457F85. Grayscale: #909090. Windows color (decimal): -4554630 or 8028346. OLE color: 8028346.

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

Color convert

RGB186128122-
CMYK00.310.340.27
HSL5.63º31.68%60.39%-
HSV(B)5.63º34.41%72.94%-
XYZ31.4827.2822.02-
YUV144.66115.22157.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=42.66%
G=29.36%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612812200.310.340.275.6331.6860.39
HexBA807A01F221B6203c
Octal272200172037423364074
Binary1011101010000000111101001111110001011011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA807A; }

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

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

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

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

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

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

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

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