Html Css Color HEX #B49190 Rosy Brown

📋 copy color: '#B49190'

red 180 ◦ green 145 ◦ blue 144

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

Shades of Rosy Brown #B49190

Tints of Rosy Brown #B49190

RGB

 RED value IS 180 (70.7% from 255) = 38.38%

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 38.38%
G = 30.92%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B49190 (or 0xB49190) is known color: Rosy Brown. HEX triplet: B4, 91 and 90. RGB value is (180,145,144). Sum of RGB (Red+Green+Blue) = 180+145+144=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49190 is #4B6E6F. Grayscale: #9B9B9B. Windows color (decimal): -4943472 or 9474484. OLE color: 9474484.

HSL color Cylindrical-coordinate representation of color #B49190: hue angle of 1.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49190 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 144 -
CMYK 0 0.19 0.2 0.29
HSL 1.67º 0.19% 0.64% -
HSV(B) 1.67º 0.2% 0.71% -
XYZ 33.98 31.97 30.76 -
YUV 155.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 180 145 144 0 0.19 0.2 0.29 1.67 0.19 0.64
Hex B4 91 90 0 13 14 1D 2 13 40
Octal 264 221 220 0 23 24 35 2 23 100
Binary 10110100 10010001 10010000 0 10011 10100 11101 10 10011 1000000

Color Harmonies of #B49190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49190

Black with #B49190

Text Example


Text Example

White with #B49190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49190; }

 p { color: rgb(180,145,144); }

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

background-color css

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

 a { background-color: rgb(180,145,144); }

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

border-color css

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

 span { border-color: rgb(180,145,144); }

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