#BDA393

Color #BDA393 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BDA393

Tints of Del Rio #BDA393

Color information

#BDA393 (or 0xBDA393) is unknown color: approx Del Rio. HEX triplet: BD, A3 and 93. RGB value is (189,163,147). Sum of RGB (Red+Green+Blue) = 189+163+147=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA393 is #425C6C. Grayscale: #A9A9A9. Windows color (decimal): -4349037 or 9675709. OLE color: 9675709.

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

Color convert

RGB189163147-
CMYK00.140.220.26
HSL22.86º24.14%65.88%-
HSV(B)22.86º22.22%74.12%-
XYZ39.3539.1233.08-
YUV168.95115.61142.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=37.88%
G=32.67%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916314700.140.220.2622.8624.1465.88
HexBDA3930E161A171842
Octal27524322301626322730102
Binary10111101101000111001001101110101101101010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA393; }

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

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

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

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

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

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

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

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