#BA7D70

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

Shades of Brandy Rose #BA7D70

Tints of Brandy Rose #BA7D70

Color information

#BA7D70 (or 0xBA7D70) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 70. RGB value is (186,125,112). Sum of RGB (Red+Green+Blue) = 186+125+112=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D70 is #45828F. Grayscale: #8D8D8D. Windows color (decimal): -4555408 or 7372218. OLE color: 7372218.

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

Color convert

RGB186125112-
CMYK00.330.400.27
HSL10.54º34.91%58.43%-
HSV(B)10.54º39.78%72.94%-
XYZ30.5126.2818.79-
YUV141.76111.21159.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=43.97%
G=29.55%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612511200.330.400.2710.5434.9158.43
HexBA7D70021281Bb233a
Octal2721751600415033134372
Binary10111010111110111100000100001101000110111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D70; }

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

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

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

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

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

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

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

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