#BDA193

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

Shades of Del Rio #BDA193

Tints of Del Rio #BDA193

Color information

#BDA193 (or 0xBDA193) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 93. RGB value is (189,161,147). Sum of RGB (Red+Green+Blue) = 189+161+147=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA193 is #425E6C. Grayscale: #A7A7A7. Windows color (decimal): -4349549 or 9675197. OLE color: 9675197.

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

Color convert

RGB189161147-
CMYK00.150.220.26
HSL20º24.14%65.88%-
HSV(B)20º22.22%74.12%-
XYZ3938.4232.96-
YUV167.78116.28143.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=38.03%
G=32.39%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916114700.150.220.262024.1465.88
HexBDA1930F161A141842
Octal27524122301726322430102
Binary10111101101000011001001101111101101101010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA193; }

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

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

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

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

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

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

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

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