#B9998F

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

Shades of Del Rio #B9998F

Tints of Del Rio #B9998F

Color information

#B9998F (or 0xB9998F) is unknown color: approx Del Rio. HEX triplet: B9, 99 and 8F. RGB value is (185,153,143). Sum of RGB (Red+Green+Blue) = 185+153+143=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9998F is #466670. Grayscale: #A1A1A1. Windows color (decimal): -4613745 or 9411001. OLE color: 9411001.

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

Color convert

RGB185153143-
CMYK00.170.230.27
HSL14.29º23.08%64.31%-
HSV(B)14.29º22.7%72.55%-
XYZ36.3635.0830.84-
YUV161.43117.6144.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=38.46%
G=31.81%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515314300.170.230.2714.2923.0864.31
HexB9998F011171Be1740
Octal27123121702127331627100
Binary10111001100110011000111101000110111110111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9998F; }

 p { color: rgb(185,153,143); }

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

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

 a { background-color: rgb(185,153,143); }

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

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

 span { border-color: rgb(185,153,143); }

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