Html Css Color HEX #B49184 Del Rio

📋 copy color: '#B49184'

red 180 ◦ green 145 ◦ blue 132

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

Shades of Del Rio #B49184

Tints of Del Rio #B49184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 39.39%
G = 31.73%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B49184 (or 0xB49184) is known color: Del Rio. HEX triplet: B4, 91 and 84. RGB value is (180,145,132). Sum of RGB (Red+Green+Blue) = 180+145+132=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49184 is #4B6E7B. Grayscale: #9A9A9A. Windows color (decimal): -4943484 or 8688052. OLE color: 8688052.

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

Color convert

RGB 180 145 132 -
CMYK 0 0.19 0.27 0.29
HSL 16.25º 0.24% 0.61% -
HSV(B) 16.25º 0.27% 0.71% -
XYZ 33.11 31.62 26.19 -
YUV 153.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 180 145 132 0 0.19 0.27 0.29 16.25 0.24 0.61
Hex B4 91 84 0 13 1B 1D 10 18 3D
Octal 264 221 204 0 23 33 35 20 30 75
Binary 10110100 10010001 10000100 0 10011 11011 11101 10000 11000 111101

Color Harmonies of #B49184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49184

Black with #B49184

Text Example


Text Example

White with #B49184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49184; }

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

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

background-color css

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

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

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

border-color css

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

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

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