Html Css Color HEX #BA9291 Rosy Brown

📋 copy color: '#BA9291'

red 186 ◦ green 146 ◦ blue 145

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

Shades of Rosy Brown #BA9291

Tints of Rosy Brown #BA9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.61%

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 38.99%
G = 30.61%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9291 (or 0xBA9291) is known color: Rosy Brown. HEX triplet: BA, 92 and 91. RGB value is (186,146,145). Sum of RGB (Red+Green+Blue) = 186+146+145=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9291 is #456D6E. Grayscale: #9D9D9D. Windows color (decimal): -4549999 or 9540282. OLE color: 9540282.

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

Color convert

RGB 186 146 145 -
CMYK 0 0.22 0.22 0.27
HSL 1.46º 0.23% 0.65% -
HSV(B) 1.46º 0.22% 0.73% -
XYZ 35.64 33.04 31.29 -
YUV 157.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 186 146 145 0 0.22 0.22 0.27 1.46 0.23 0.65
Hex BA 92 91 0 16 16 1B 1 17 41
Octal 272 222 221 0 26 26 33 1 27 101
Binary 10111010 10010010 10010001 0 10110 10110 11011 1 10111 1000001

Color Harmonies of #BA9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9291

Black with #BA9291

Text Example


Text Example

White with #BA9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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