#BA7D76

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

Shades of Brandy Rose #BA7D76

Tints of Brandy Rose #BA7D76

Color information

#BA7D76 (or 0xBA7D76) is unknown color: approx Brandy Rose. HEX triplet: BA, 7D and 76. RGB value is (186,125,118). Sum of RGB (Red+Green+Blue) = 186+125+118=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D76 is #458289. Grayscale: #8E8E8E. Windows color (decimal): -4555402 or 7765434. OLE color: 7765434.

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

Color convert

RGB186125118-
CMYK00.330.370.27
HSL6.18º33.01%59.61%-
HSV(B)6.18º36.56%72.94%-
XYZ30.8526.4120.61-
YUV142.44114.21159.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=43.36%
G=29.14%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612511800.330.370.276.1833.0159.61
HexBA7D76021251B6213c
Octal272175166041453364174
Binary1011101011111011110110010000110010111011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D76; }

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

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

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

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

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

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

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

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