#BA807B

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

Shades of Brandy Rose #BA807B

Tints of Brandy Rose #BA807B

Color information

#BA807B (or 0xBA807B) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 7B. RGB value is (186,128,123). Sum of RGB (Red+Green+Blue) = 186+128+123=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807B is #457F84. Grayscale: #909090. Windows color (decimal): -4554629 or 8093882. OLE color: 8093882.

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

Color convert

RGB186128123-
CMYK00.310.340.27
HSL4.76º31.34%60.59%-
HSV(B)4.76º33.87%72.94%-
XYZ31.5427.3122.35-
YUV144.77115.72157.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=42.56%
G=29.29%
B=28.15%

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
Decimal18612812300.310.340.274.7631.3460.59
HexBA807B01F221B51f3d
Octal272200173037423353775
Binary101110101000000011110110111111000101101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA807B; }

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

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

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

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

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

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

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

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