#B1968E

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

Shades of Del Rio #B1968E

Tints of Del Rio #B1968E

Color information

#B1968E (or 0xB1968E) is unknown color: approx Del Rio. HEX triplet: B1, 96 and 8E. RGB value is (177,150,142). Sum of RGB (Red+Green+Blue) = 177+150+142=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1968E is #4E6971. Grayscale: #9D9D9D. Windows color (decimal): -5138802 or 9344689. OLE color: 9344689.

HSL color Cylindrical-coordinate representation of color #B1968E: hue angle of 13.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1968E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177150142-
CMYK00.150.200.31
HSL13.71º18.32%62.55%-
HSV(B)13.71º19.77%69.41%-
XYZ33.9233.1130.19-
YUV157.16119.45142.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=37.74%
G=31.98%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715014200.150.200.3113.7118.3262.55
HexB1968E0F141Fe123f
Octal2612262160172437162277
Binary101100011001011010001110011111010011111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1968E; }

 p { color: rgb(177,150,142); }

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

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

 a { background-color: rgb(177,150,142); }

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

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

 span { border-color: rgb(177,150,142); }

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