#BDA186

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

Shades of Rodeo Dust #BDA186

Tints of Rodeo Dust #BDA186

Color information

#BDA186 (or 0xBDA186) is unknown color: approx Rodeo Dust. HEX triplet: BD, A1 and 86. RGB value is (189,161,134). Sum of RGB (Red+Green+Blue) = 189+161+134=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA186 is #425E79. Grayscale: #A6A6A6. Windows color (decimal): -4349562 or 8823229. OLE color: 8823229.

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

Color convert

RGB189161134-
CMYK00.150.290.26
HSL29.45º29.41%63.33%-
HSV(B)29.45º29.1%74.12%-
XYZ38.0338.0327.89-
YUV166.29109.78144.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=39.05%
G=33.26%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916113400.150.290.2629.4529.4163.33
HexBDA1860F1D1A1d1d3f
Octal2752412060173532353577
Binary1011110110100001100001100111111101110101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA186; }

 p { color: rgb(189,161,134); }

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

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

 a { background-color: rgb(189,161,134); }

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

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

 span { border-color: rgb(189,161,134); }

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