#BA8672

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

Shades of Brandy Rose #BA8672

Tints of Brandy Rose #BA8672

Color information

#BA8672 (or 0xBA8672) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 72. RGB value is (186,134,114). Sum of RGB (Red+Green+Blue) = 186+134+114=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8672 is #45798D. Grayscale: #939393. Windows color (decimal): -4553102 or 7505594. OLE color: 7505594.

HSL color Cylindrical-coordinate representation of color #BA8672: hue angle of 16.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8672 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB186134114-
CMYK00.280.390.27
HSL16.67º34.29%58.82%-
HSV(B)16.67º38.71%72.94%-
XYZ31.8128.719.78-
YUV147.27109.23155.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=42.86%
G=30.88%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613411400.280.390.2716.6734.2958.82
HexBA867201C271B11223b
Octal2722061620344733214273
Binary101110101000011011100100111001001111101110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8672; }

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

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

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

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

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

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

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

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