#B19286

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

Shades of Del Rio #B19286

Tints of Del Rio #B19286

Color information

#B19286 (or 0xB19286) is unknown color: approx Del Rio. HEX triplet: B1, 92 and 86. RGB value is (177,146,134). Sum of RGB (Red+Green+Blue) = 177+146+134=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19286 is #4E6D79. Grayscale: #999999. Windows color (decimal): -5139834 or 8819377. OLE color: 8819377.

HSL color Cylindrical-coordinate representation of color #B19286: hue angle of 16.74º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19286 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177146134-
CMYK00.180.240.31
HSL16.74º21.61%60.98%-
HSV(B)16.74º24.29%69.41%-
XYZ32.7131.6326.93-
YUV153.9116.77144.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=38.73%
G=31.95%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714613400.180.240.3116.7421.6160.98
HexB19286012181F11163d
Octal2612222060223037212675
Binary10110001100100101000011001001011000111111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19286; }

 p { color: rgb(177,146,134); }

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

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

 a { background-color: rgb(177,146,134); }

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

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

 span { border-color: rgb(177,146,134); }

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