#bf9f8e

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

Shades of Del Rio #BF9F8E

Tints of Del Rio #BF9F8E

Color information

#BF9F8E (or 0xBF9F8E) is unknown color: approx Del Rio. HEX triplet: BF, 9F and 8E. RGB value is (191,159,142). Sum of RGB (Red+Green+Blue) = 191+159+142=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F8E is #406071. Grayscale: #A6A6A6. Windows color (decimal): -4218994 or 9347007. OLE color: 9347007.

HSL color Cylindrical-coordinate representation of color #BF9F8E: hue angle of 20.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9F8E is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191159142-
CMYK00.170.260.25
HSL20.82º27.68%65.29%-
HSV(B)20.82º25.65%74.9%-
XYZ38.7737.8330.85-
YUV166.63114.1145.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=38.82%
G=32.32%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115914200.170.260.2520.8227.6865.29
HexBF9F8E0111A19151c41
Octal27723721602132312534101
Binary101111111001111110001110010001110101100110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9f8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9f8e; }

 p { color: rgb(191,159,142); }

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

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

 a { background-color: rgb(191,159,142); }

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

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

 span { border-color: rgb(191,159,142); }

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