#BA908D

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

Shades of Rosy Brown #BA908D

Tints of Rosy Brown #BA908D

Color information

#BA908D (or 0xBA908D) is unknown color: approx Rosy Brown. HEX triplet: BA, 90 and 8D. RGB value is (186,144,141). Sum of RGB (Red+Green+Blue) = 186+144+141=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908D is #456F72. Grayscale: #9C9C9C. Windows color (decimal): -4550515 or 9277626. OLE color: 9277626.

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

Color convert

RGB186144141-
CMYK00.230.240.27
HSL24.59%64.12%-
HSV(B)24.19%72.94%-
XYZ35.0332.3129.59-
YUV156.22119.41149.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=39.49%
G=30.57%
B=29.94%

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
Decimal18614414100.230.240.27424.5964.12
HexBA908D017181B41940
Octal2722202150273033431100
Binary1011101010010000100011010101111100011011100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA908D; }

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

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

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

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

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

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

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

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