#B6A090

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

Shades of Del Rio #B6A090

Tints of Del Rio #B6A090

Color information

#B6A090 (or 0xB6A090) is unknown color: approx Del Rio. HEX triplet: B6, A0 and 90. RGB value is (182,160,144). Sum of RGB (Red+Green+Blue) = 182+160+144=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A090 is #495F6F. Grayscale: #A4A4A4. Windows color (decimal): -4808560 or 9478326. OLE color: 9478326.

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

Color convert

RGB182160144-
CMYK00.120.210.29
HSL25.26º20.65%63.92%-
HSV(B)25.26º20.88%71.37%-
XYZ36.937.131.6-
YUV164.75116.29140.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=37.45%
G=32.92%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216014400.120.210.2925.2620.6563.92
HexB6A0900C151D191540
Octal26624022001425353125100
Binary10110110101000001001000001100101011110111001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A090; }

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

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

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

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

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

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

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

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