#BDA392

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

Shades of Del Rio #BDA392

Tints of Del Rio #BDA392

Color information

#BDA392 (or 0xBDA392) is unknown color: approx Del Rio. HEX triplet: BD, A3 and 92. RGB value is (189,163,146). Sum of RGB (Red+Green+Blue) = 189+163+146=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA392 is #425C6D. Grayscale: #A8A8A8. Windows color (decimal): -4349038 or 9610173. OLE color: 9610173.

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

Color convert

RGB189163146-
CMYK00.140.230.26
HSL23.72º24.57%65.69%-
HSV(B)23.72º22.75%74.12%-
XYZ39.2739.0932.67-
YUV168.84115.11142.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=37.95%
G=32.73%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916314600.140.230.2623.7224.5765.69
HexBDA3920E171A181942
Octal27524322201627323031102
Binary10111101101000111001001001110101111101011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA392; }

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

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

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

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

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

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

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

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