#BDA48C

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

Shades of Rodeo Dust #BDA48C

Tints of Rodeo Dust #BDA48C

Color information

#BDA48C (or 0xBDA48C) is unknown color: approx Rodeo Dust. HEX triplet: BD, A4 and 8C. RGB value is (189,164,140). Sum of RGB (Red+Green+Blue) = 189+164+140=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA48C is #425B73. Grayscale: #A8A8A8. Windows color (decimal): -4348788 or 9217213. OLE color: 9217213.

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

Color convert

RGB189164140-
CMYK00.130.260.26
HSL29.39º27.07%64.51%-
HSV(B)29.39º25.93%74.12%-
XYZ3939.2630.33-
YUV168.74111.78142.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=38.34%
G=33.27%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916414000.130.260.2629.3927.0764.51
HexBDA48C0D1A1A1d1b41
Octal27524421401532323533101
Binary10111101101001001000110001101110101101011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA48C; }

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

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

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

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

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

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

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

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