Html Css Color HEX #BA918D Rosy Brown

📋 copy color: '#BA918D'

red 186 ◦ green 145 ◦ blue 141

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

Shades of Rosy Brown #BA918D

Tints of Rosy Brown #BA918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 39.41%
G = 30.72%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA918D (or 0xBA918D) is known color: Rosy Brown. HEX triplet: BA, 91 and 8D. RGB value is (186,145,141). Sum of RGB (Red+Green+Blue) = 186+145+141=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA918D is #456E72. Grayscale: #9C9C9C. Windows color (decimal): -4550259 or 9277882. OLE color: 9277882.

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

Color convert

RGB 186 145 141 -
CMYK 0 0.22 0.24 0.27
HSL 5.33º 0.25% 0.64% -
HSV(B) 5.33º 0.24% 0.73% -
XYZ 35.18 32.61 29.64 -
YUV 156.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 186 145 141 0 0.22 0.24 0.27 5.33 0.25 0.64
Hex BA 91 8D 0 16 18 1B 5 19 40
Octal 272 221 215 0 26 30 33 5 31 100
Binary 10111010 10010001 10001101 0 10110 11000 11011 101 11001 1000000

Color Harmonies of #BA918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA918D

Black with #BA918D

Text Example


Text Example

White with #BA918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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