#B59488

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

Shades of Del Rio #B59488

Tints of Del Rio #B59488

Color information

#B59488 (or 0xB59488) is unknown color: approx Del Rio. HEX triplet: B5, 94 and 88. RGB value is (181,148,136). Sum of RGB (Red+Green+Blue) = 181+148+136=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B59488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59488 is #4A6B77. Grayscale: #9C9C9C. Windows color (decimal): -4877176 or 8950965. OLE color: 8950965.

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

Color convert

RGB181148136-
CMYK00.180.250.29
HSL16º23.32%62.16%-
HSV(B)16º24.86%70.98%-
XYZ34.0932.7827.82-
YUV156.5116.43145.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=38.92%
G=31.83%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114813600.180.250.291623.3262.16
HexB59488012191D10173e
Octal2652242100223135202776
Binary10110101100101001000100001001011001111011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59488; }

 p { color: rgb(181,148,136); }

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

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

 a { background-color: rgb(181,148,136); }

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

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

 span { border-color: rgb(181,148,136); }

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