#B7988E

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

Shades of Del Rio #B7988E

Tints of Del Rio #B7988E

Color information

#B7988E (or 0xB7988E) is unknown color: approx Del Rio. HEX triplet: B7, 98 and 8E. RGB value is (183,152,142). Sum of RGB (Red+Green+Blue) = 183+152+142=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7988E is #486771. Grayscale: #A0A0A0. Windows color (decimal): -4745074 or 9345207. OLE color: 9345207.

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

Color convert

RGB183152142-
CMYK00.170.220.28
HSL14.63º22.16%63.73%-
HSV(B)14.63º22.4%71.76%-
XYZ35.6434.4830.37-
YUV160.13117.77144.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=38.36%
G=31.87%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315214200.170.220.2814.6322.1663.73
HexB7988E011161Cf1640
Octal26723021602126341726100
Binary10110111100110001000111001000110110111001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7988E; }

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

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

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

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

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

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

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

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