#BA8676

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

Shades of Brandy Rose #BA8676

Tints of Brandy Rose #BA8676

Color information

#BA8676 (or 0xBA8676) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 76. RGB value is (186,134,118). Sum of RGB (Red+Green+Blue) = 186+134+118=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8676 is #457989. Grayscale: #939393. Windows color (decimal): -4553098 or 7767738. OLE color: 7767738.

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

Color convert

RGB186134118-
CMYK00.280.370.27
HSL14.12º33.01%59.61%-
HSV(B)14.12º36.56%72.94%-
XYZ32.0428.821.01-
YUV147.72111.23155.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=42.47%
G=30.59%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613411800.280.370.2714.1233.0159.61
HexBA867601C251Be213c
Octal2722061660344533164174
Binary10111010100001101110110011100100101110111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8676; }

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

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

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

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

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

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

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

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