#B9968B

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

Shades of Del Rio #B9968B

Tints of Del Rio #B9968B

Color information

#B9968B (or 0xB9968B) is unknown color: approx Del Rio. HEX triplet: B9, 96 and 8B. RGB value is (185,150,139). Sum of RGB (Red+Green+Blue) = 185+150+139=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9968B is #466974. Grayscale: #9F9F9F. Windows color (decimal): -4614517 or 9148089. OLE color: 9148089.

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

Color convert

RGB185150139-
CMYK00.190.250.27
HSL14.35º24.73%63.53%-
HSV(B)14.35º24.86%72.55%-
XYZ35.5733.9929.11-
YUV159.21116.6146.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=39.03%
G=31.65%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515013900.190.250.2714.3524.7363.53
HexB9968B013191Be1940
Octal27122621302331331631100
Binary10111001100101101000101101001111001110111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9968B; }

 p { color: rgb(185,150,139); }

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

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

 a { background-color: rgb(185,150,139); }

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

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

 span { border-color: rgb(185,150,139); }

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