#B5A198

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

Shades of Del Rio #B5A198

Tints of Del Rio #B5A198

Color information

#B5A198 (or 0xB5A198) is unknown color: approx Del Rio. HEX triplet: B5, A1 and 98. RGB value is (181,161,152). Sum of RGB (Red+Green+Blue) = 181+161+152=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A198 is #4A5E67. Grayscale: #A6A6A6. Windows color (decimal): -4873832 or 10002869. OLE color: 10002869.

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

Color convert

RGB181161152-
CMYK00.110.160.29
HSL18.62º16.38%65.29%-
HSV(B)18.62º16.02%70.98%-
XYZ37.4737.5834.98-
YUV165.95120.13138.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=36.64%
G=32.59%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116115200.110.160.2918.6216.3865.29
HexB5A1980B101D131041
Octal26524123001320352320101
Binary10110101101000011001100001011100001110110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A198; }

 p { color: rgb(181,161,152); }

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

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

 a { background-color: rgb(181,161,152); }

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

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

 span { border-color: rgb(181,161,152); }

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