#BDA190

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

Shades of Del Rio #BDA190

Tints of Del Rio #BDA190

Color information

#BDA190 (or 0xBDA190) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 90. RGB value is (189,161,144). Sum of RGB (Red+Green+Blue) = 189+161+144=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA190 is #425E6F. Grayscale: #A7A7A7. Windows color (decimal): -4349552 or 9478589. OLE color: 9478589.

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

Color convert

RGB189161144-
CMYK00.150.240.26
HSL22.67º25.42%65.29%-
HSV(B)22.67º23.81%74.12%-
XYZ38.7738.3231.74-
YUV167.43114.78143.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=38.26%
G=32.59%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916114400.150.240.2622.6725.4265.29
HexBDA1900F181A171941
Octal27524122001730322731101
Binary10111101101000011001000001111110001101010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA190; }

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

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

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

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

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

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

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

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