#B79E94

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

Shades of Del Rio #B79E94

Tints of Del Rio #B79E94

Color information

#B79E94 (or 0xB79E94) is unknown color: approx Del Rio. HEX triplet: B7, 9E and 94. RGB value is (183,158,148). Sum of RGB (Red+Green+Blue) = 183+158+148=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79E94 is #48616B. Grayscale: #A4A4A4. Windows color (decimal): -4743532 or 9739959. OLE color: 9739959.

HSL color Cylindrical-coordinate representation of color #B79E94: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79E94 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183158148-
CMYK00.140.190.28
HSL17.14º19.55%64.9%-
HSV(B)17.14º19.13%71.76%-
XYZ37.136.6633.14-
YUV164.33118.78141.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=37.42%
G=32.31%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315814800.140.190.2817.1419.5564.9
HexB79E940E131C111441
Octal26723622401623342124101
Binary10110111100111101001010001110100111110010001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E94; }

 p { color: rgb(183,158,148); }

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

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

 a { background-color: rgb(183,158,148); }

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

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

 span { border-color: rgb(183,158,148); }

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