#BA8B8A

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

Shades of Rosy Brown #BA8B8A

Tints of Rosy Brown #BA8B8A

Color information

#BA8B8A (or 0xBA8B8A) is unknown color: approx Rosy Brown. HEX triplet: BA, 8B and 8A. RGB value is (186,139,138). Sum of RGB (Red+Green+Blue) = 186+139+138=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B8A is #457475. Grayscale: #989898. Windows color (decimal): -4551798 or 9079738. OLE color: 9079738.

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

Color convert

RGB186139138-
CMYK00.250.260.27
HSL1.25º25.81%63.53%-
HSV(B)1.25º25.81%72.94%-
XYZ34.0730.7428.18-
YUV152.94119.57151.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=40.17%
G=30.02%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613913800.250.260.271.2525.8163.53
HexBA8B8A0191A1B11a40
Octal2722132120313233132100
Binary10111010100010111000101001100111010110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B8A; }

 p { color: rgb(186,139,138); }

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

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

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

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

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

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

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