#BA807D

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

Shades of Brandy Rose #BA807D

Tints of Brandy Rose #BA807D

Color information

#BA807D (or 0xBA807D) is unknown color: approx Brandy Rose. HEX triplet: BA, 80 and 7D. RGB value is (186,128,125). Sum of RGB (Red+Green+Blue) = 186+128+125=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA807D is #457F82. Grayscale: #919191. Windows color (decimal): -4554627 or 8224954. OLE color: 8224954.

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

Color convert

RGB186128125-
CMYK00.310.330.27
HSL2.95º30.65%60.98%-
HSV(B)2.95º32.8%72.94%-
XYZ31.6727.3623.01-
YUV145116.72157.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=42.37%
G=29.16%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612812500.310.330.272.9530.6560.98
HexBA807D01F211B31f3d
Octal272200175037413333775
Binary10111010100000001111101011111100001110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA807D; }

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

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

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

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

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

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

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

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