#BA7F71

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

Shades of Brandy Rose #BA7F71

Tints of Brandy Rose #BA7F71

Color information

#BA7F71 (or 0xBA7F71) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 71. RGB value is (186,127,113). Sum of RGB (Red+Green+Blue) = 186+127+113=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F71 is #45808E. Grayscale: #8F8F8F. Windows color (decimal): -4554895 or 7438266. OLE color: 7438266.

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

Color convert

RGB186127113-
CMYK00.320.390.27
HSL11.51º34.6%58.63%-
HSV(B)11.51º39.25%72.94%-
XYZ30.8226.8119.17-
YUV143.04111.05158.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=43.66%
G=29.81%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612711300.320.390.2711.5134.658.63
HexBA7F71020271Bc233b
Octal2721771610404733144373
Binary10111010111111111100010100000100111110111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F71; }

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

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

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

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

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

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

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

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