#BDA391

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

Shades of Del Rio #BDA391

Tints of Del Rio #BDA391

Color information

#BDA391 (or 0xBDA391) is unknown color: approx Del Rio. HEX triplet: BD, A3 and 91. RGB value is (189,163,145). Sum of RGB (Red+Green+Blue) = 189+163+145=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA391 is #425C6E. Grayscale: #A8A8A8. Windows color (decimal): -4349039 or 9544637. OLE color: 9544637.

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

Color convert

RGB189163145-
CMYK00.140.230.26
HSL24.55º25%65.49%-
HSV(B)24.55º23.28%74.12%-
XYZ39.1939.0632.26-
YUV168.72114.61142.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=38.03%
G=32.80%
B=29.18%

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
Decimal18916314500.140.230.2624.552565.49
HexBDA3910E171A191941
Octal27524322101627323131101
Binary10111101101000111001000101110101111101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA391; }

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

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

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

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

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

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

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

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