#BA7E7D

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

Shades of Brandy Rose #BA7E7D

Tints of Brandy Rose #BA7E7D

Color information

#BA7E7D (or 0xBA7E7D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7E and 7D. RGB value is (186,126,125). Sum of RGB (Red+Green+Blue) = 186+126+125=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E7D is #458182. Grayscale: #8F8F8F. Windows color (decimal): -4555139 or 8224442. OLE color: 8224442.

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

Color convert

RGB186126125-
CMYK00.320.330.27
HSL0.98º30.65%60.98%-
HSV(B)0.98º32.8%72.94%-
XYZ31.4126.8422.93-
YUV143.83117.38158.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=42.56%
G=28.83%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612612500.320.330.270.9830.6560.98
HexBA7E7D020211B11f3d
Octal272176175040413313775
Binary1011101011111101111101010000010000111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E7D; }

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

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

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

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

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

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

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

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