#ba7e70

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

Shades of Brandy Rose #BA7E70

Tints of Brandy Rose #BA7E70

Color information

#BA7E70 (or 0xBA7E70) is unknown color: approx Brandy Rose. HEX triplet: BA, 7E and 70. RGB value is (186,126,112). Sum of RGB (Red+Green+Blue) = 186+126+112=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E70 is #45818F. Grayscale: #8E8E8E. Windows color (decimal): -4555152 or 7372474. OLE color: 7372474.

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

Color convert

RGB186126112-
CMYK00.320.400.27
HSL11.35º34.91%58.43%-
HSV(B)11.35º39.78%72.94%-
XYZ30.6426.5318.84-
YUV142.34110.88159.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=43.87%
G=29.72%
B=26.42%

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
Decimal18612611200.320.400.2711.3534.9158.43
HexBA7E70020281Bb233a
Octal2721761600405033134372
Binary10111010111111011100000100000101000110111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7e70; }

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

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

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

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

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

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

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

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