#BA7C6F

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

Shades of Brandy Rose #BA7C6F

Tints of Brandy Rose #BA7C6F

Color information

#BA7C6F (or 0xBA7C6F) is unknown color: approx Brandy Rose. HEX triplet: BA, 7C and 6F. RGB value is (186,124,111). Sum of RGB (Red+Green+Blue) = 186+124+111=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C6F is #458390. Grayscale: #8D8D8D. Windows color (decimal): -4555665 or 7306426. OLE color: 7306426.

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

Color convert

RGB186124111-
CMYK00.330.400.27
HSL10.4º35.21%58.24%-
HSV(B)10.4º40.32%72.94%-
XYZ30.332618.46-
YUV141.06111.04160.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=44.18%
G=29.45%
B=26.37%

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
Decimal18612411100.330.400.2710.435.2158.24
HexBA7C6F021281Ba233a
Octal2721741570415033124372
Binary10111010111110011011110100001101000110111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C6F; }

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

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

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

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

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

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

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

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