#B9988E

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

Shades of Del Rio #B9988E

Tints of Del Rio #B9988E

Color information

#B9988E (or 0xB9988E) is unknown color: approx Del Rio. HEX triplet: B9, 98 and 8E. RGB value is (185,152,142). Sum of RGB (Red+Green+Blue) = 185+152+142=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9988E is #466771. Grayscale: #A0A0A0. Windows color (decimal): -4614002 or 9345209. OLE color: 9345209.

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

Color convert

RGB185152142-
CMYK00.180.230.27
HSL13.95º23.5%64.12%-
HSV(B)13.95º23.24%72.55%-
XYZ36.1234.7230.39-
YUV160.73117.43145.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=38.62%
G=31.73%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515214200.180.230.2713.9523.564.12
HexB9988E012171Be1740
Octal27123021602227331627100
Binary10111001100110001000111001001010111110111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9988E; }

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

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

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

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

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

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

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

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