Html Css Color HEX #BA8989 Rosy Brown

📋 copy color: '#BA8989'

red 186 ◦ green 137 ◦ blue 137

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

Shades of Rosy Brown #BA8989

Tints of Rosy Brown #BA8989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 40.43%
G = 29.78%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8989 (or 0xBA8989) is known color: Rosy Brown. HEX triplet: BA, 89 and 89. RGB value is (186,137,137). Sum of RGB (Red+Green+Blue) = 186+137+137=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8989 is #457676. Grayscale: #979797. Windows color (decimal): -4552311 or 9013690. OLE color: 9013690.

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

Color convert

RGB 186 137 137 -
CMYK 0 0.26 0.26 0.27
HSL 0.26% 0.63% -
HSV(B) 0.26% 0.73% -
XYZ 33.71 30.14 27.71 -
YUV 151.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 186 137 137 0 0.26 0.26 0.27 0 0.26 0.63
Hex BA 89 89 0 1A 1A 1B 0 1A 3F
Octal 272 211 211 0 32 32 33 0 32 77
Binary 10111010 10001001 10001001 0 11010 11010 11011 0 11010 111111

Color Harmonies of #BA8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8989

Black with #BA8989

Text Example


Text Example

White with #BA8989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8989; }

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

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

background-color css

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

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

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

border-color css

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

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

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