#BA867C

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

Shades of Brandy Rose #BA867C

Tints of Brandy Rose #BA867C

Color information

#BA867C (or 0xBA867C) is unknown color: approx Brandy Rose. HEX triplet: BA, 86 and 7C. RGB value is (186,134,124). Sum of RGB (Red+Green+Blue) = 186+134+124=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA867C is #457983. Grayscale: #949494. Windows color (decimal): -4553092 or 8160954. OLE color: 8160954.

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

Color convert

RGB186134124-
CMYK00.280.330.27
HSL9.68º31%60.78%-
HSV(B)9.68º33.33%72.94%-
XYZ32.4128.9422.95-
YUV148.41114.23154.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=41.89%
G=30.18%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613412400.280.330.279.683160.78
HexBA867C01C211Ba1f3d
Octal2722061740344133123775
Binary1011101010000110111110001110010000111011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA867C; }

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

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

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

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

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

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

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

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