#BA928E

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

Shades of Rosy Brown #BA928E

Tints of Rosy Brown #BA928E

Color information

#BA928E (or 0xBA928E) is unknown color: approx Rosy Brown. HEX triplet: BA, 92 and 8E. RGB value is (186,146,142). Sum of RGB (Red+Green+Blue) = 186+146+142=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA928E is #456D71. Grayscale: #9D9D9D. Windows color (decimal): -4550002 or 9343674. OLE color: 9343674.

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

Color convert

RGB186146142-
CMYK00.220.240.27
HSL5.45º24.18%64.31%-
HSV(B)5.45º23.66%72.94%-
XYZ35.4132.9530.08-
YUV157.5119.25148.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=39.24%
G=30.80%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614614200.220.240.275.4524.1864.31
HexBA928E016181B51840
Octal2722222160263033530100
Binary1011101010010010100011100101101100011011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA928E; }

 p { color: rgb(186,146,142); }

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

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

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

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

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

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

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