#BA908E

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

Shades of Rosy Brown #BA908E

Tints of Rosy Brown #BA908E

Color information

#BA908E (or 0xBA908E) is unknown color: approx Rosy Brown. HEX triplet: BA, 90 and 8E. RGB value is (186,144,142). Sum of RGB (Red+Green+Blue) = 186+144+142=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908E is #456F71. Grayscale: #9C9C9C. Windows color (decimal): -4550514 or 9343162. OLE color: 9343162.

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

Color convert

RGB186144142-
CMYK00.230.240.27
HSL2.73º24.18%64.31%-
HSV(B)2.73º23.66%72.94%-
XYZ35.1132.3429.98-
YUV156.33119.91149.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=39.41%
G=30.51%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614414200.230.240.272.7324.1864.31
HexBA908E017181B31840
Octal2722202160273033330100
Binary101110101001000010001110010111110001101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA908E; }

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

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

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

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

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

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

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

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