#BDA491

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

Shades of Rodeo Dust #BDA491

Tints of Rodeo Dust #BDA491

Color information

#BDA491 (or 0xBDA491) is unknown color: approx Rodeo Dust. HEX triplet: BD, A4 and 91. RGB value is (189,164,145). Sum of RGB (Red+Green+Blue) = 189+164+145=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA491 is #425B6E. Grayscale: #A9A9A9. Windows color (decimal): -4348783 or 9544893. OLE color: 9544893.

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

Color convert

RGB189164145-
CMYK00.130.230.26
HSL25.91º25%65.49%-
HSV(B)25.91º23.28%74.12%-
XYZ39.3739.4132.32-
YUV169.31114.28142.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=37.95%
G=32.93%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916414500.130.230.2625.912565.49
HexBDA4910D171A1a1941
Octal27524422101527323231101
Binary10111101101001001001000101101101111101011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA491; }

 p { color: rgb(189,164,145); }

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

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

 a { background-color: rgb(189,164,145); }

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

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

 span { border-color: rgb(189,164,145); }

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