#BA7D6D

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

Shades of Brandy Rose #BA7D6D

Tints of Brandy Rose #BA7D6D

Color information

#BA7D6D (or 0xBA7D6D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 6D. RGB value is (186,125,109). Sum of RGB (Red+Green+Blue) = 186+125+109=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D6D is #458292. Grayscale: #8D8D8D. Windows color (decimal): -4555411 or 7175610. OLE color: 7175610.

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

Color convert

RGB186125109-
CMYK00.330.410.27
HSL12.47º35.81%57.84%-
HSV(B)12.47º41.4%72.94%-
XYZ30.3426.2117.93-
YUV141.42109.71159.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=44.29%
G=29.76%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612510900.330.410.2712.4735.8157.84
HexBA7D6D021291Bc243a
Octal2721751550415133144472
Binary10111010111110111011010100001101001110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D6D; }

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

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

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

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

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

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

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

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