#BA7C71

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

Shades of Brandy Rose #BA7C71

Tints of Brandy Rose #BA7C71

Color information

#BA7C71 (or 0xBA7C71) is unknown color: approx Brandy Rose. HEX triplet: BA, 7C and 71. RGB value is (186,124,113). Sum of RGB (Red+Green+Blue) = 186+124+113=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C71 is #45838E. Grayscale: #8D8D8D. Windows color (decimal): -4555663 or 7437498. OLE color: 7437498.

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

Color convert

RGB186124113-
CMYK00.330.390.27
HSL9.04º34.6%58.63%-
HSV(B)9.04º39.25%72.94%-
XYZ30.4426.0519.05-
YUV141.28112.04159.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=43.97%
G=29.31%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612411300.330.390.279.0434.658.63
HexBA7C71021271B9233b
Octal2721741610414733114373
Binary10111010111110011100010100001100111110111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C71; }

 p { color: rgb(186,124,113); }

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

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

 a { background-color: rgb(186,124,113); }

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

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

 span { border-color: rgb(186,124,113); }

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