#BDA38C

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

Shades of Rodeo Dust #BDA38C

Tints of Rodeo Dust #BDA38C

Color information

#BDA38C (or 0xBDA38C) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 8C. RGB value is (189,163,140). Sum of RGB (Red+Green+Blue) = 189+163+140=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38C is #425C73. Grayscale: #A8A8A8. Windows color (decimal): -4349044 or 9216957. OLE color: 9216957.

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

Color convert

RGB189163140-
CMYK00.140.260.26
HSL28.16º27.07%64.51%-
HSV(B)28.16º25.93%74.12%-
XYZ38.8238.9130.27-
YUV168.15112.11142.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=38.41%
G=33.13%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916314000.140.260.2628.1627.0764.51
HexBDA38C0E1A1A1c1b41
Octal27524321401632323433101
Binary10111101101000111000110001110110101101011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA38C; }

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

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

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

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

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

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

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

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