#BA7F6E

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

Shades of Brandy Rose #BA7F6E

Tints of Brandy Rose #BA7F6E

Color information

#BA7F6E (or 0xBA7F6E) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 6E. RGB value is (186,127,110). Sum of RGB (Red+Green+Blue) = 186+127+110=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F6E is #458091. Grayscale: #8E8E8E. Windows color (decimal): -4554898 or 7241658. OLE color: 7241658.

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

Color convert

RGB186127110-
CMYK00.320.410.27
HSL13.42º35.51%58.04%-
HSV(B)13.42º40.86%72.94%-
XYZ30.6526.7418.3-
YUV142.7109.55158.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=43.97%
G=30.02%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612711000.320.410.2713.4235.5158.04
HexBA7F6E020291Bd243a
Octal2721771560405133154472
Binary10111010111111111011100100000101001110111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F6E; }

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

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

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

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

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

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

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

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