Html Css Color HEX #BA938F Rosy Brown

📋 copy color: '#BA938F'

red 186 ◦ green 147 ◦ blue 143

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

Shades of Rosy Brown #BA938F

Tints of Rosy Brown #BA938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 39.08%
G = 30.88%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA938F (or 0xBA938F) is known color: Rosy Brown. HEX triplet: BA, 93 and 8F. RGB value is (186,147,143). Sum of RGB (Red+Green+Blue) = 186+147+143=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA938F is #456C70. Grayscale: #9E9E9E. Windows color (decimal): -4549745 or 9409466. OLE color: 9409466.

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

Color convert

RGB 186 147 143 -
CMYK 0 0.21 0.23 0.27
HSL 5.58º 0.24% 0.65% -
HSV(B) 5.58º 0.23% 0.73% -
XYZ 35.64 33.29 30.53 -
YUV 158.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 186 147 143 0 0.21 0.23 0.27 5.58 0.24 0.65
Hex BA 93 8F 0 15 17 1B 6 18 41
Octal 272 223 217 0 25 27 33 6 30 101
Binary 10111010 10010011 10001111 0 10101 10111 11011 110 11000 1000001

Color Harmonies of #BA938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA938F

Black with #BA938F

Text Example


Text Example

White with #BA938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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