#BA7D7D

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

Shades of Brandy Rose #BA7D7D

Tints of Brandy Rose #BA7D7D

Color information

#BA7D7D (or 0xBA7D7D) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 7D. RGB value is (186,125,125). Sum of RGB (Red+Green+Blue) = 186+125+125=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D7D is #458282. Grayscale: #8F8F8F. Windows color (decimal): -4555395 or 8224186. OLE color: 8224186.

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

Color convert

RGB186125125-
CMYK00.330.330.27
HSL30.65%60.98%-
HSV(B)32.8%72.94%-
XYZ31.2826.5922.88-
YUV143.24117.71158.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=42.66%
G=28.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612512500.330.330.27030.6560.98
HexBA7D7D021211B01f3d
Octal272175175041413303775
Binary1011101011111011111101010000110000111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D7D; }

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

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

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

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

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

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

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

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