#B6A094

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

Shades of Del Rio #B6A094

Tints of Del Rio #B6A094

Color information

#B6A094 (or 0xB6A094) is unknown color: approx Del Rio. HEX triplet: B6, A0 and 94. RGB value is (182,160,148). Sum of RGB (Red+Green+Blue) = 182+160+148=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A094 is #495F6B. Grayscale: #A5A5A5. Windows color (decimal): -4808556 or 9740470. OLE color: 9740470.

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

Color convert

RGB182160148-
CMYK00.120.190.29
HSL21.18º18.89%64.71%-
HSV(B)21.18º18.68%71.37%-
XYZ37.2137.2233.24-
YUV165.21118.29139.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=37.14%
G=32.65%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216014800.120.190.2921.1818.8964.71
HexB6A0940C131D151341
Octal26624022401423352523101
Binary10110110101000001001010001100100111110110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A094; }

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

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

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

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

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

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

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

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