#BDA293

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

Shades of Del Rio #BDA293

Tints of Del Rio #BDA293

Color information

#BDA293 (or 0xBDA293) is unknown color: approx Del Rio. HEX triplet: BD, A2 and 93. RGB value is (189,162,147). Sum of RGB (Red+Green+Blue) = 189+162+147=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA293 is #425D6C. Grayscale: #A8A8A8. Windows color (decimal): -4349293 or 9675453. OLE color: 9675453.

HSL color Cylindrical-coordinate representation of color #BDA293: hue angle of 21.43º 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 #BDA293 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189162147-
CMYK00.140.220.26
HSL21.43º24.14%65.88%-
HSV(B)21.43º22.22%74.12%-
XYZ39.1738.7733.02-
YUV168.36115.95142.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=37.95%
G=32.53%
B=29.52%

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
Decimal18916214700.140.220.2621.4324.1465.88
HexBDA2930E161A151842
Octal27524222301626322530102
Binary10111101101000101001001101110101101101010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA293; }

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

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

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

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

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

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

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

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