#B79A8E

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

Shades of Del Rio #B79A8E

Tints of Del Rio #B79A8E

Color information

#B79A8E (or 0xB79A8E) is unknown color: approx Del Rio. HEX triplet: B7, 9A and 8E. RGB value is (183,154,142). Sum of RGB (Red+Green+Blue) = 183+154+142=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A8E is #486571. Grayscale: #A1A1A1. Windows color (decimal): -4744562 or 9345719. OLE color: 9345719.

HSL color Cylindrical-coordinate representation of color #B79A8E: hue angle of 17.56º 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 #B79A8E is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183154142-
CMYK00.160.220.28
HSL17.56º22.16%63.73%-
HSV(B)17.56º22.4%71.76%-
XYZ35.9735.1330.48-
YUV161.3117.11143.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=38.20%
G=32.15%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315414200.160.220.2817.5622.1663.73
HexB79A8E010161C121640
Octal26723221602026342226100
Binary101101111001101010001110010000101101110010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A8E; }

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

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

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

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

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

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

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

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