#BA846C

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

Shades of Brandy Rose #BA846C

Tints of Brandy Rose #BA846C

Color information

#BA846C (or 0xBA846C) is unknown color: approx Brandy Rose. HEX triplet: BA, 84 and 6C. RGB value is (186,132,108). Sum of RGB (Red+Green+Blue) = 186+132+108=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA846C is #457B93. Grayscale: #919191. Windows color (decimal): -4553620 or 7111866. OLE color: 7111866.

HSL color Cylindrical-coordinate representation of color #BA846C: hue angle of 18.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA846C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186132108-
CMYK00.290.420.27
HSL18.46º36.11%57.65%-
HSV(B)18.46º41.94%72.94%-
XYZ31.2128.0217.95-
YUV145.41106.89156.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=43.66%
G=30.99%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613210800.290.420.2718.4636.1157.65
HexBA846C01D2A1B12243a
Octal2722041540355233224472
Binary101110101000010011011000111011010101101110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA846C; }

 p { color: rgb(186,132,108); }

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

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

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

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

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

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

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