#BA8670

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

Shades of Brandy Rose #BA8670

Tints of Brandy Rose #BA8670

Color information

#BA8670 (or 0xBA8670) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 70. RGB value is (186,134,112). Sum of RGB (Red+Green+Blue) = 186+134+112=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8670 is #45798F. Grayscale: #939393. Windows color (decimal): -4553104 or 7374522. OLE color: 7374522.

HSL color Cylindrical-coordinate representation of color #BA8670: hue angle of 17.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8670 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186134112-
CMYK00.280.400.27
HSL17.84º34.91%58.43%-
HSV(B)17.84º39.78%72.94%-
XYZ31.728.6619.19-
YUV147.04108.23155.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=43.06%
G=31.02%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613411200.280.400.2717.8434.9158.43
HexBA867001C281B12233a
Octal2722061600345033224372
Binary101110101000011011100000111001010001101110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8670; }

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

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

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

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

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

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

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

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