#BDA37E

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

Shades of Rodeo Dust #BDA37E

Tints of Rodeo Dust #BDA37E

Color information

#BDA37E (or 0xBDA37E) is unknown color: approx Rodeo Dust. HEX triplet: BD, A3 and 7E. RGB value is (189,163,126). Sum of RGB (Red+Green+Blue) = 189+163+126=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA37E is #425C81. Grayscale: #A6A6A6. Windows color (decimal): -4349058 or 8299453. OLE color: 8299453.

HSL color Cylindrical-coordinate representation of color #BDA37E: hue angle of 35.24º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA37E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189163126-
CMYK00.140.330.26
HSL35.24º32.31%61.76%-
HSV(B)35.24º33.33%74.12%-
XYZ37.8538.5225.18-
YUV166.56105.11144.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=39.54%
G=34.10%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916312600.140.330.2635.2432.3161.76
HexBDA37E0E211A23203e
Octal2752431760164132434076
Binary101111011010001111111100111010000111010100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA37E; }

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

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

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

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

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

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

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

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