#B7988D

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

Shades of Del Rio #B7988D

Tints of Del Rio #B7988D

Color information

#B7988D (or 0xB7988D) is unknown color: approx Del Rio. HEX triplet: B7, 98 and 8D. RGB value is (183,152,141). Sum of RGB (Red+Green+Blue) = 183+152+141=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7988D is #486772. Grayscale: #A0A0A0. Windows color (decimal): -4745075 or 9279671. OLE color: 9279671.

HSL color Cylindrical-coordinate representation of color #B7988D: hue angle of 15.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7988D is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183152141-
CMYK00.170.230.28
HSL15.71º22.58%63.53%-
HSV(B)15.71º22.95%71.76%-
XYZ35.5634.4529.97-
YUV160.01117.27144.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=38.45%
G=31.93%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315214100.170.230.2815.7122.5863.53
HexB7988D011171C101740
Octal26723021502127342027100
Binary101101111001100010001101010001101111110010000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7988D; }

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

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

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

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

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

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

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

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