#B7A08E

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

Shades of Del Rio #B7A08E

Tints of Del Rio #B7A08E

Color information

#B7A08E (or 0xB7A08E) is unknown color: approx Del Rio. HEX triplet: B7, A0 and 8E. RGB value is (183,160,142). Sum of RGB (Red+Green+Blue) = 183+160+142=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A08E is #485F71. Grayscale: #A4A4A4. Windows color (decimal): -4743026 or 9347255. OLE color: 9347255.

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

Color convert

RGB183160142-
CMYK00.130.220.28
HSL26.34º22.16%63.73%-
HSV(B)26.34º22.4%71.76%-
XYZ36.9837.1630.82-
YUV164.82115.12140.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=37.73%
G=32.99%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316014200.130.220.2826.3422.1663.73
HexB7A08E0D161C1a1640
Octal26724021601526343226100
Binary10110111101000001000111001101101101110011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A08E; }

 p { color: rgb(183,160,142); }

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

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

 a { background-color: rgb(183,160,142); }

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

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

 span { border-color: rgb(183,160,142); }

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