#BA908F

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

Shades of Rosy Brown #BA908F

Tints of Rosy Brown #BA908F

Color information

#BA908F (or 0xBA908F) is unknown color: approx Rosy Brown. HEX triplet: BA, 90 and 8F. RGB value is (186,144,143). Sum of RGB (Red+Green+Blue) = 186+144+143=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908F is #456F70. Grayscale: #9C9C9C. Windows color (decimal): -4550513 or 9408698. OLE color: 9408698.

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

Color convert

RGB186144143-
CMYK00.230.230.27
HSL1.4º23.76%64.51%-
HSV(B)1.4º23.12%72.94%-
XYZ35.1832.3730.38-
YUV156.44120.41149.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=39.32%
G=30.44%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614414300.230.230.271.423.7664.51
HexBA908F017171B11841
Octal2722202170272733130101
Binary10111010100100001000111101011110111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA908F; }

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

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

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

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

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

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

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

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