#B79A8A

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

Shades of Del Rio #B79A8A

Tints of Del Rio #B79A8A

Color information

#B79A8A (or 0xB79A8A) is unknown color: approx Del Rio. HEX triplet: B7, 9A and 8A. RGB value is (183,154,138). Sum of RGB (Red+Green+Blue) = 183+154+138=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A8A is #486575. Grayscale: #A0A0A0. Windows color (decimal): -4744566 or 9083575. OLE color: 9083575.

HSL color Cylindrical-coordinate representation of color #B79A8A: hue angle of 21.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B79A8A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183154138-
CMYK00.160.250.28
HSL21.33º23.81%62.94%-
HSV(B)21.33º24.59%71.76%-
XYZ35.6735.0128.92-
YUV160.85115.11143.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=38.53%
G=32.42%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315413800.160.250.2821.3323.8162.94
HexB79A8A010191C15183f
Octal2672322120203134253077
Binary10110111100110101000101001000011001111001010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A8A; }

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

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

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

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

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

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

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

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