#BA8C8C

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

Shades of Rosy Brown #BA8C8C

Tints of Rosy Brown #BA8C8C

Color information

#BA8C8C (or 0xBA8C8C) is unknown color: approx Rosy Brown. HEX triplet: BA, 8C and 8C. RGB value is (186,140,140). Sum of RGB (Red+Green+Blue) = 186+140+140=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C8C is #457373. Grayscale: #999999. Windows color (decimal): -4551540 or 9211066. OLE color: 9211066.

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

Color convert

RGB186140140-
CMYK00.250.250.27
HSL25%63.92%-
HSV(B)24.73%72.94%-
XYZ34.3631.0929-
YUV153.75120.24151-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=39.91%
G=30.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614014000.250.250.2702563.92
HexBA8C8C019191B01940
Octal2722142140313133031100
Binary10111010100011001000110001100111001110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C8C; }

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

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

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

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

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

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

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

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