#BA8D8C

Color #BA8D8C Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #BA8D8C

Tints of Rosy Brown #BA8D8C

Color information

#BA8D8C (or 0xBA8D8C) is unknown color: approx Rosy Brown. HEX triplet: BA, 8D and 8C. RGB value is (186,141,140). Sum of RGB (Red+Green+Blue) = 186+141+140=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D8C is #457273. Grayscale: #9A9A9A. Windows color (decimal): -4551284 or 9211322. OLE color: 9211322.

HSL color Cylindrical-coordinate representation of color #BA8D8C: hue angle of 1.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8D8C is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB186141140-
CMYK00.240.250.27
HSL1.3º25%63.92%-
HSV(B)1.3º24.73%72.94%-
XYZ34.5131.3829.05-
YUV154.34119.91150.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=39.83%
G=30.19%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614114000.240.250.271.32563.92
HexBA8D8C018191B11940
Octal2722152140303133131100
Binary10111010100011011000110001100011001110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D8C; }

 p { color: rgb(186,141,140); }

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

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

 a { background-color: rgb(186,141,140); }

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

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

 span { border-color: rgb(186,141,140); }

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