#BA7F6F

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

Shades of Brandy Rose #BA7F6F

Tints of Brandy Rose #BA7F6F

Color information

#BA7F6F (or 0xBA7F6F) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 6F. RGB value is (186,127,111). Sum of RGB (Red+Green+Blue) = 186+127+111=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F6F is #458090. Grayscale: #8E8E8E. Windows color (decimal): -4554897 or 7307194. OLE color: 7307194.

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

Color convert

RGB186127111-
CMYK00.320.400.27
HSL12.8º35.21%58.24%-
HSV(B)12.8º40.32%72.94%-
XYZ30.7126.7718.59-
YUV142.82110.05158.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=43.87%
G=29.95%
B=26.18%

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
Decimal18612711100.320.400.2712.835.2158.24
HexBA7F6F020281Bd233a
Octal2721771570405033154372
Binary10111010111111111011110100000101000110111101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F6F; }

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

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

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

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

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

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

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

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