#BDA188

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

Shades of Rodeo Dust #BDA188

Tints of Rodeo Dust #BDA188

Color information

#BDA188 (or 0xBDA188) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 88. RGB value is (189,161,136). Sum of RGB (Red+Green+Blue) = 189+161+136=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA188 is #425E77. Grayscale: #A6A6A6. Windows color (decimal): -4349560 or 8954301. OLE color: 8954301.

HSL color Cylindrical-coordinate representation of color #BDA188: hue angle of 28.3º 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 #BDA188 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189161136-
CMYK00.150.280.26
HSL28.3º28.65%63.73%-
HSV(B)28.3º28.04%74.12%-
XYZ38.1838.0928.63-
YUV166.52110.78144.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=38.89%
G=33.13%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916113600.150.280.2628.328.6563.73
HexBDA1880F1C1A1c1d40
Octal27524121001734323435100
Binary10111101101000011000100001111111001101011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA188; }

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

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

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

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

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

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

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

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