#B7A190

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

Shades of Del Rio #B7A190

Tints of Del Rio #B7A190

Color information

#B7A190 (or 0xB7A190) is unknown color: approx Del Rio. HEX triplet: B7, A1 and 90. RGB value is (183,161,144). Sum of RGB (Red+Green+Blue) = 183+161+144=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A190 is #485E6F. Grayscale: #A5A5A5. Windows color (decimal): -4742768 or 9478583. OLE color: 9478583.

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

Color convert

RGB183161144-
CMYK00.120.210.28
HSL26.15º21.31%64.12%-
HSV(B)26.15º21.31%71.76%-
XYZ37.3137.5731.67-
YUV165.64115.79140.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=37.5%
G=32.99%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316114400.120.210.2826.1521.3164.12
HexB7A1900C151C1a1540
Octal26724122001425343225100
Binary10110111101000011001000001100101011110011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A190; }

 p { color: rgb(183,161,144); }

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

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

 a { background-color: rgb(183,161,144); }

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

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

 span { border-color: rgb(183,161,144); }

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