#B9988A

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

Shades of Del Rio #B9988A

Tints of Del Rio #B9988A

Color information

#B9988A (or 0xB9988A) is unknown color: approx Del Rio. HEX triplet: B9, 98 and 8A. RGB value is (185,152,138). Sum of RGB (Red+Green+Blue) = 185+152+138=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9988A is #466775. Grayscale: #A0A0A0. Windows color (decimal): -4614006 or 9083065. OLE color: 9083065.

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

Color convert

RGB185152138-
CMYK00.180.250.27
HSL17.87º25.13%63.33%-
HSV(B)17.87º25.41%72.55%-
XYZ35.8234.6128.84-
YUV160.27115.43145.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=38.95%
G=32%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515213800.180.250.2717.8725.1363.33
HexB9988A012191B12193f
Octal2712302120223133223177
Binary10111001100110001000101001001011001110111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9988A; }

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

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

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

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

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

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

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

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