#B79B93

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

Shades of Del Rio #B79B93

Tints of Del Rio #B79B93

Color information

#B79B93 (or 0xB79B93) is unknown color: approx Del Rio. HEX triplet: B7, 9B and 93. RGB value is (183,155,147). Sum of RGB (Red+Green+Blue) = 183+155+147=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79B93 is #48646C. Grayscale: #A2A2A2. Windows color (decimal): -4744301 or 9673655. OLE color: 9673655.

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

Color convert

RGB183155147-
CMYK00.150.200.28
HSL13.33º20%64.71%-
HSV(B)13.33º19.67%71.76%-
XYZ36.5235.6232.55-
YUV162.46119.28142.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=37.73%
G=31.96%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315514700.150.200.2813.332064.71
HexB79B930F141Cd1441
Octal26723322301724341524101
Binary1011011110011011100100110111110100111001101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B93; }

 p { color: rgb(183,155,147); }

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

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

 a { background-color: rgb(183,155,147); }

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

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

 span { border-color: rgb(183,155,147); }

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