#B49992

Color #B49992 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B49992

Tints of Del Rio #B49992

Color information

#B49992 (or 0xB49992) is unknown color: approx Del Rio. HEX triplet: B4, 99 and 92. RGB value is (180,153,146). Sum of RGB (Red+Green+Blue) = 180+153+146=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49992 is #4B666D. Grayscale: #A0A0A0. Windows color (decimal): -4941422 or 9607604. OLE color: 9607604.

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

Color convert

RGB180153146-
CMYK00.150.190.29
HSL12.35º18.48%63.92%-
HSV(B)12.35º18.89%70.59%-
XYZ35.434.5632-
YUV160.28119.95142.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=37.58%
G=31.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015314600.150.190.2912.3518.4863.92
HexB499920F131Dc1240
Octal26423122201723351422100
Binary1011010010011001100100100111110011111011100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49992; }

 p { color: rgb(180,153,146); }

 H1.HeaderClassName
 {
   color: #B49992;
 }
 .AnyTagClassName
 {
   color: #B49992;
 }
</style>
background-color css

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

 a { background-color: rgb(180,153,146); }

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

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

 span { border-color: rgb(180,153,146); }

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