#BA7F6B

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

Shades of Brandy Rose #BA7F6B

Tints of Brandy Rose #BA7F6B

Color information

#BA7F6B (or 0xBA7F6B) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 6B. RGB value is (186,127,107). Sum of RGB (Red+Green+Blue) = 186+127+107=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F6B is #458094. Grayscale: #8E8E8E. Windows color (decimal): -4554901 or 7045050. OLE color: 7045050.

HSL color Cylindrical-coordinate representation of color #BA7F6B: hue angle of 15.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7F6B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186127107-
CMYK00.320.420.27
HSL15.19º36.41%57.45%-
HSV(B)15.19º42.47%72.94%-
XYZ30.4926.6817.45-
YUV142.36108.05159.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=44.29%
G=30.24%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612710700.320.420.2715.1936.4157.45
HexBA7F6B0202A1Bf2439
Octal2721771530405233174471
Binary10111010111111111010110100000101010110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F6B; }

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

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

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

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

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

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

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

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