#BD9F88

Color #BD9F88 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BD9F88

Tints of Rodeo Dust #BD9F88

Color information

#BD9F88 (or 0xBD9F88) is unknown color: approx Rodeo Dust. HEX triplet: BD, 9F and 88. RGB value is (189,159,136). Sum of RGB (Red+Green+Blue) = 189+159+136=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F88 is #426077. Grayscale: #A5A5A5. Windows color (decimal): -4350072 or 8953789. OLE color: 8953789.

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

Color convert

RGB189159136-
CMYK00.160.280.26
HSL26.04º28.65%63.73%-
HSV(B)26.04º28.04%74.12%-
XYZ37.8337.3928.52-
YUV165.35111.44144.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=39.05%
G=32.85%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915913600.160.280.2626.0428.6563.73
HexBD9F880101C1A1a1d40
Octal27523721002034323235100
Binary101111011001111110001000010000111001101011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F88; }

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

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

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

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

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

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

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

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