#BDA27D

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

Shades of Rodeo Dust #BDA27D

Tints of Rodeo Dust #BDA27D

Color information

#BDA27D (or 0xBDA27D) is unknown color: approx Rodeo Dust. HEX triplet: BD, A2 and 7D. RGB value is (189,162,125). Sum of RGB (Red+Green+Blue) = 189+162+125=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA27D is #425D82. Grayscale: #A6A6A6. Windows color (decimal): -4349315 or 8233661. OLE color: 8233661.

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

Color convert

RGB189162125-
CMYK00.140.340.26
HSL34.69º32.65%61.57%-
HSV(B)34.69º33.86%74.12%-
XYZ37.6138.1424.78-
YUV165.86104.95144.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=39.71%
G=34.03%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916212500.140.340.2634.6932.6561.57
HexBDA27D0E221A23213e
Octal2752421750164232434176
Binary101111011010001011111010111010001011010100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA27D; }

 p { color: rgb(189,162,125); }

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

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

 a { background-color: rgb(189,162,125); }

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

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

 span { border-color: rgb(189,162,125); }

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