#BDA78E

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

Shades of Rodeo Dust #BDA78E

Tints of Rodeo Dust #BDA78E

Color information

#BDA78E (or 0xBDA78E) is unknown color: approx Rodeo Dust. HEX triplet: BD, A7 and 8E. RGB value is (189,167,142). Sum of RGB (Red+Green+Blue) = 189+167+142=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA78E is #425871. Grayscale: #AAAAAA. Windows color (decimal): -4348018 or 9349053. OLE color: 9349053.

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

Color convert

RGB189167142-
CMYK00.120.250.26
HSL31.91º26.26%64.9%-
HSV(B)31.91º24.87%74.12%-
XYZ39.6940.4131.3-
YUV170.73111.79141.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=37.95%
G=33.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916714200.120.250.2631.9126.2664.9
HexBDA78E0C191A201a41
Octal27524721601431324032101
Binary101111011010011110001110011001100111010100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA78E; }

 p { color: rgb(189,167,142); }

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

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

 a { background-color: rgb(189,167,142); }

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

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

 span { border-color: rgb(189,167,142); }

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