#B6A095

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

Shades of Del Rio #B6A095

Tints of Del Rio #B6A095

Color information

#B6A095 (or 0xB6A095) is unknown color: approx Del Rio. HEX triplet: B6, A0 and 95. RGB value is (182,160,149). Sum of RGB (Red+Green+Blue) = 182+160+149=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A095 is #495F6A. Grayscale: #A5A5A5. Windows color (decimal): -4808555 or 9806006. OLE color: 9806006.

HSL color Cylindrical-coordinate representation of color #B6A095: hue angle of 20º 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 #B6A095 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182160149-
CMYK00.120.180.29
HSL20º18.44%64.9%-
HSV(B)20º18.13%71.37%-
XYZ37.2937.2633.66-
YUV165.32118.79139.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=37.07%
G=32.59%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216014900.120.180.292018.4464.9
HexB6A0950C121D141241
Octal26624022501422352422101
Binary10110110101000001001010101100100101110110100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A095; }

 p { color: rgb(182,160,149); }

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

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

 a { background-color: rgb(182,160,149); }

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

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

 span { border-color: rgb(182,160,149); }

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