#BA7F6D

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

Shades of Brandy Rose #BA7F6D

Tints of Brandy Rose #BA7F6D

Color information

#BA7F6D (or 0xBA7F6D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7F and 6D. RGB value is (186,127,109). Sum of RGB (Red+Green+Blue) = 186+127+109=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F6D is #458092. Grayscale: #8E8E8E. Windows color (decimal): -4554899 or 7176122. OLE color: 7176122.

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

Color convert

RGB186127109-
CMYK00.320.410.27
HSL14.03º35.81%57.84%-
HSV(B)14.03º41.4%72.94%-
XYZ30.626.7218.01-
YUV142.59109.05158.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=44.08%
G=30.09%
B=25.83%

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
Decimal18612710900.320.410.2714.0335.8157.84
HexBA7F6D020291Be243a
Octal2721771550405133164472
Binary10111010111111111011010100000101001110111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7F6D; }

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

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

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

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

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

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

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

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