#BDA588

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

Shades of Rodeo Dust #BDA588

Tints of Rodeo Dust #BDA588

Color information

#BDA588 (or 0xBDA588) is unknown color: approx Rodeo Dust. HEX triplet: BD, A5 and 88. RGB value is (189,165,136). Sum of RGB (Red+Green+Blue) = 189+165+136=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA588 is #425A77. Grayscale: #A9A9A9. Windows color (decimal): -4348536 or 8955325. OLE color: 8955325.

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

Color convert

RGB189165136-
CMYK00.130.280.26
HSL32.83º28.65%63.73%-
HSV(B)32.83º28.04%74.12%-
XYZ38.8939.5128.87-
YUV168.87109.45142.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=38.57%
G=33.67%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916513600.130.280.2632.8328.6563.73
HexBDA5880D1C1A211d40
Octal27524521001534324135100
Binary101111011010010110001000011011110011010100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA588; }

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

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

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

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

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

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

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

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