#b8988c

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

Shades of Del Rio #B8988C

Tints of Del Rio #B8988C

Color information

#B8988C (or 0xB8988C) is unknown color: approx Del Rio. HEX triplet: B8, 98 and 8C. RGB value is (184,152,140). Sum of RGB (Red+Green+Blue) = 184+152+140=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8988C is #476773. Grayscale: #A0A0A0. Windows color (decimal): -4679540 or 9214136. OLE color: 9214136.

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

Color convert

RGB184152140-
CMYK00.170.240.28
HSL16.36º23.66%63.53%-
HSV(B)16.36º23.91%72.16%-
XYZ35.7334.5429.59-
YUV160.2116.6144.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=38.66%
G=31.93%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415214000.170.240.2816.3623.6663.53
HexB8988C011181C101840
Octal27023021402130342030100
Binary101110001001100010001100010001110001110010000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8988c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8988c; }

 p { color: rgb(184,152,140); }

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

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

 a { background-color: rgb(184,152,140); }

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

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

 span { border-color: rgb(184,152,140); }

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