#B1968A

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

Shades of Del Rio #B1968A

Tints of Del Rio #B1968A

Color information

#B1968A (or 0xB1968A) is unknown color: approx Del Rio. HEX triplet: B1, 96 and 8A. RGB value is (177,150,138). Sum of RGB (Red+Green+Blue) = 177+150+138=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1968A is #4E6975. Grayscale: #9C9C9C. Windows color (decimal): -5138806 or 9082545. OLE color: 9082545.

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

Color convert

RGB177150138-
CMYK00.150.220.31
HSL18.46º20%61.76%-
HSV(B)18.46º22.03%69.41%-
XYZ33.6332.9928.64-
YUV156.7117.45142.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=38.06%
G=32.26%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715013800.150.220.3118.462061.76
HexB1968A0F161F12143e
Octal2612262120172637222476
Binary1011000110010110100010100111110110111111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1968A; }

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

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

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

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

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

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

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

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