#BDA09E

Color #BDA09E Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #BDA09E

Tints of Dusty Grey #BDA09E

Color information

#BDA09E (or 0xBDA09E) is unknown color: approx Dusty Grey. HEX triplet: BD, A0 and 9E. RGB value is (189,160,158). Sum of RGB (Red+Green+Blue) = 189+160+158=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09E is #425F61. Grayscale: #A8A8A8. Windows color (decimal): -4349794 or 10395837. OLE color: 10395837.

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

Color convert

RGB189160158-
CMYK00.150.160.26
HSL3.87º19.02%68.04%-
HSV(B)3.87º16.4%74.12%-
XYZ39.7338.4337.67-
YUV168.44122.11142.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=37.28%
G=31.56%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916015800.150.160.263.8719.0268.04
HexBDA09E0F101A41344
Octal2752402360172032423104
Binary101111011010000010011110011111000011010100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA09E; }

 p { color: rgb(189,160,158); }

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

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

 a { background-color: rgb(189,160,158); }

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

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

 span { border-color: rgb(189,160,158); }

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