#BA7F70

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

Shades of Brandy Rose #BA7F70

Tints of Brandy Rose #BA7F70

Color information

#BA7F70 (or 0xBA7F70) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 70. RGB value is (186,127,112). Sum of RGB (Red+Green+Blue) = 186+127+112=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F70 is #45808F. Grayscale: #8F8F8F. Windows color (decimal): -4554896 or 7372730. OLE color: 7372730.

HSL color Cylindrical-coordinate representation of color #BA7F70: hue angle of 12.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7F70 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186127112-
CMYK00.320.400.27
HSL12.16º34.91%58.43%-
HSV(B)12.16º39.78%72.94%-
XYZ30.7626.7918.88-
YUV142.93110.55158.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=43.76%
G=29.88%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612711200.320.400.2712.1634.9158.43
HexBA7F70020281Bc233a
Octal2721771600405033144372
Binary10111010111111111100000100000101000110111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F70; }

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

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

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

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

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

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

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

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