#BA8E8D

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

Shades of Rosy Brown #BA8E8D

Tints of Rosy Brown #BA8E8D

Color information

#BA8E8D (or 0xBA8E8D) is unknown color: approx Rosy Brown. HEX triplet: BA, 8E and 8D. RGB value is (186,142,141). Sum of RGB (Red+Green+Blue) = 186+142+141=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8E8D is #457172. Grayscale: #9B9B9B. Windows color (decimal): -4551027 or 9277114. OLE color: 9277114.

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

Color convert

RGB186142141-
CMYK00.240.240.27
HSL1.33º24.59%64.12%-
HSV(B)1.33º24.19%72.94%-
XYZ34.7331.7129.49-
YUV155.04120.08150.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=39.66%
G=30.28%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614214100.240.240.271.3324.5964.12
HexBA8E8D018181B11940
Octal2722162150303033131100
Binary10111010100011101000110101100011000110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E8D; }

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

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

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

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

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

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

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

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