#BD9F8F

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

Shades of Del Rio #BD9F8F

Tints of Del Rio #BD9F8F

Color information

#BD9F8F (or 0xBD9F8F) is unknown color: approx Del Rio. HEX triplet: BD, 9F and 8F. RGB value is (189,159,143). Sum of RGB (Red+Green+Blue) = 189+159+143=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F8F is #426070. Grayscale: #A6A6A6. Windows color (decimal): -4350065 or 9412541. OLE color: 9412541.

HSL color Cylindrical-coordinate representation of color #BD9F8F: hue angle of 20.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9F8F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189159143-
CMYK00.160.240.26
HSL20.87º25.84%65.1%-
HSV(B)20.87º24.34%74.12%-
XYZ38.3437.631.22-
YUV166.15114.94144.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=38.49%
G=32.38%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915914300.160.240.2620.8725.8465.1
HexBD9F8F010181A151a41
Octal27523721702030322532101
Binary101111011001111110001111010000110001101010101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F8F; }

 p { color: rgb(189,159,143); }

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

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

 a { background-color: rgb(189,159,143); }

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

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

 span { border-color: rgb(189,159,143); }

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