#BA7D7A

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

Shades of Brandy Rose #BA7D7A

Tints of Brandy Rose #BA7D7A

Color information

#BA7D7A (or 0xBA7D7A) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 7A. RGB value is (186,125,122). Sum of RGB (Red+Green+Blue) = 186+125+122=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D7A is #458285. Grayscale: #8E8E8E. Windows color (decimal): -4555398 or 8027578. OLE color: 8027578.

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

Color convert

RGB186125122-
CMYK00.330.340.27
HSL2.81º31.68%60.39%-
HSV(B)2.81º34.41%72.94%-
XYZ31.126.5121.89-
YUV142.9116.21158.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=42.96%
G=28.87%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612512200.330.340.272.8131.6860.39
HexBA7D7A021221B3203c
Octal272175172041423334074
Binary101110101111101111101001000011000101101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D7A; }

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

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

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

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

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

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

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

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