#BA856C

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

Shades of Brandy Rose #BA856C

Tints of Brandy Rose #BA856C

Color information

#BA856C (or 0xBA856C) is unknown color: approx Brandy Rose. HEX triplet: BA, 85 and 6C. RGB value is (186,133,108). Sum of RGB (Red+Green+Blue) = 186+133+108=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA856C is #457A93. Grayscale: #929292. Windows color (decimal): -4553364 or 7112122. OLE color: 7112122.

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

Color convert

RGB186133108-
CMYK00.280.420.27
HSL19.23º36.11%57.65%-
HSV(B)19.23º41.94%72.94%-
XYZ31.3428.318-
YUV146106.56156.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=43.56%
G=31.15%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613310800.280.420.2719.2336.1157.65
HexBA856C01C2A1B13243a
Octal2722051540345233234472
Binary101110101000010111011000111001010101101110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA856C; }

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

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

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

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

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

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

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

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