#BA7B6D

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

Shades of Brandy Rose #BA7B6D

Tints of Brandy Rose #BA7B6D

Color information

#BA7B6D (or 0xBA7B6D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7B and 6D. RGB value is (186,123,109). Sum of RGB (Red+Green+Blue) = 186+123+109=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B6D is #458492. Grayscale: #8C8C8C. Windows color (decimal): -4555923 or 7175098. OLE color: 7175098.

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

Color convert

RGB186123109-
CMYK00.340.410.27
HSL10.91º35.81%57.84%-
HSV(B)10.91º41.4%72.94%-
XYZ30.0925.7117.84-
YUV140.24110.37160.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=44.50%
G=29.43%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612310900.340.410.2710.9135.8157.84
HexBA7B6D022291Bb243a
Octal2721731550425133134472
Binary10111010111101111011010100010101001110111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B6D; }

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

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

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

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

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

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

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

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