Html Css Color HEX #BA8987 Rosy Brown

📋 copy color: '#BA8987'

red 186 ◦ green 137 ◦ blue 135

#BA8987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rosy Brown #BA8987

Tints of Rosy Brown #BA8987

RGB

 RED value IS 186 (73.05% from 255) = 40.61%

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 40.61%
G = 29.91%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA8987 (or 0xBA8987) is known color: Rosy Brown. HEX triplet: BA, 89 and 87. RGB value is (186,137,135). Sum of RGB (Red+Green+Blue) = 186+137+135=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8987 is #457678. Grayscale: #979797. Windows color (decimal): -4552313 or 8882618. OLE color: 8882618.

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

Color convert

RGB 186 137 135 -
CMYK 0 0.26 0.27 0.27
HSL 2.35º 0.27% 0.63% -
HSV(B) 2.35º 0.27% 0.73% -
XYZ 33.57 30.08 26.96 -
YUV 151.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 186 137 135 0 0.26 0.27 0.27 2.35 0.27 0.63
Hex BA 89 87 0 1A 1B 1B 2 1B 3F
Octal 272 211 207 0 32 33 33 2 33 77
Binary 10111010 10001001 10000111 0 11010 11011 11011 10 11011 111111

Color Harmonies of #BA8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8987

Black with #BA8987

Text Example


Text Example

White with #BA8987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8987; }

 p { color: rgb(186,137,135); }

 H1.HeaderClassName
 {
   color: #BA8987;
 }
 .AnyTagClassName
 {
   color: #BA8987;
 }
</style>

background-color css

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

 a { background-color: rgb(186,137,135); }

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

border-color css

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

 span { border-color: rgb(186,137,135); }

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