#BA8F8E

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

Shades of Rosy Brown #BA8F8E

Tints of Rosy Brown #BA8F8E

Color information

#BA8F8E (or 0xBA8F8E) is unknown color: approx Rosy Brown. HEX triplet: BA, 8F and 8E. RGB value is (186,143,142). Sum of RGB (Red+Green+Blue) = 186+143+142=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F8E is #457071. Grayscale: #9B9B9B. Windows color (decimal): -4550770 or 9342906. OLE color: 9342906.

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

Color convert

RGB186143142-
CMYK00.230.240.27
HSL1.36º24.18%64.31%-
HSV(B)1.36º23.66%72.94%-
XYZ34.9532.0429.93-
YUV155.74120.25149.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=39.49%
G=30.36%
B=30.15%

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
Decimal18614314200.230.240.271.3624.1864.31
HexBA8F8E017181B11840
Octal2722172160273033130100
Binary10111010100011111000111001011111000110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F8E; }

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

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

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

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

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

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

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

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