#BA7D6F

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

Shades of Brandy Rose #BA7D6F

Tints of Brandy Rose #BA7D6F

Color information

#BA7D6F (or 0xBA7D6F) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 6F. RGB value is (186,125,111). Sum of RGB (Red+Green+Blue) = 186+125+111=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D6F is #458290. Grayscale: #8D8D8D. Windows color (decimal): -4555409 or 7306682. OLE color: 7306682.

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

Color convert

RGB186125111-
CMYK00.330.400.27
HSL11.2º35.21%58.24%-
HSV(B)11.2º40.32%72.94%-
XYZ30.4526.2518.5-
YUV141.64110.71159.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=44.08%
G=29.62%
B=26.30%

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
Decimal18612511100.330.400.2711.235.2158.24
HexBA7D6F021281Bb233a
Octal2721751570415033134372
Binary10111010111110111011110100001101000110111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D6F; }

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

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

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

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

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

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

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

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