Html Css Color HEX #B49E90 Del Rio

📋 copy color: '#B49E90'

red 180 ◦ green 158 ◦ blue 144

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

Shades of Del Rio #B49E90

Tints of Del Rio #B49E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 37.34%
G = 32.78%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B49E90 (or 0xB49E90) is known color: Del Rio. HEX triplet: B4, 9E and 90. RGB value is (180,158,144). Sum of RGB (Red+Green+Blue) = 180+158+144=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E90 is #4B616F. Grayscale: #A3A3A3. Windows color (decimal): -4940144 or 9477812. OLE color: 9477812.

HSL color Cylindrical-coordinate representation of color #B49E90: hue angle of 23.33º 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 #B49E90 is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 144 -
CMYK 0 0.12 0.2 0.29
HSL 23.33º 0.19% 0.64% -
HSV(B) 23.33º 0.2% 0.71% -
XYZ 36.08 36.17 31.47 -
YUV 162.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 180 158 144 0 0.12 0.2 0.29 23.33 0.19 0.64
Hex B4 9E 90 0 C 14 1D 17 13 40
Octal 264 236 220 0 14 24 35 27 23 100
Binary 10110100 10011110 10010000 0 1100 10100 11101 10111 10011 1000000

Color Harmonies of #B49E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E90

Black with #B49E90

Text Example


Text Example

White with #B49E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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