#B59B94

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

Shades of Del Rio #B59B94

Tints of Del Rio #B59B94

Color information

#B59B94 (or 0xB59B94) is unknown color: approx Del Rio. HEX triplet: B5, 9B and 94. RGB value is (181,155,148). Sum of RGB (Red+Green+Blue) = 181+155+148=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B94 is #4A646B. Grayscale: #A2A2A2. Windows color (decimal): -4875372 or 9739189. OLE color: 9739189.

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

Color convert

RGB181155148-
CMYK00.140.180.29
HSL12.73º18.23%64.51%-
HSV(B)12.73º18.23%70.98%-
XYZ36.1235.432.95-
YUV161.98120.11141.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=37.40%
G=32.02%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115514800.140.180.2912.7318.2364.51
HexB59B940E121Dd1241
Octal26523322401622351522101
Binary1011010110011011100101000111010010111011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B94; }

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

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

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

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

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

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

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

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