#B99182

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

Shades of Del Rio #B99182

Tints of Del Rio #B99182

Color information

#B99182 (or 0xB99182) is unknown color: approx Del Rio. HEX triplet: B9, 91 and 82. RGB value is (185,145,130). Sum of RGB (Red+Green+Blue) = 185+145+130=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99182 is #466E7D. Grayscale: #9B9B9B. Windows color (decimal): -4615806 or 8556985. OLE color: 8556985.

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

Color convert

RGB185145130-
CMYK00.220.300.27
HSL16.36º28.21%61.76%-
HSV(B)16.36º29.73%72.55%-
XYZ34.1632.1825.53-
YUV155.25113.75149.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=40.22%
G=31.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514513000.220.300.2716.3628.2161.76
HexB991820161E1B101c3e
Octal2712212020263633203476
Binary10111001100100011000001001011011110110111000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99182; }

 p { color: rgb(185,145,130); }

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

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

 a { background-color: rgb(185,145,130); }

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

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

 span { border-color: rgb(185,145,130); }

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