#BDA18F

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

Shades of Del Rio #BDA18F

Tints of Del Rio #BDA18F

Color information

#BDA18F (or 0xBDA18F) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 8F. RGB value is (189,161,143). Sum of RGB (Red+Green+Blue) = 189+161+143=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA18F is #425E70. Grayscale: #A7A7A7. Windows color (decimal): -4349553 or 9413053. OLE color: 9413053.

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

Color convert

RGB189161143-
CMYK00.150.240.26
HSL23.48º25.84%65.1%-
HSV(B)23.48º24.34%74.12%-
XYZ38.6938.2931.34-
YUV167.32114.28143.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=38.34%
G=32.66%
B=29.01%

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
Decimal18916114300.150.240.2623.4825.8465.1
HexBDA18F0F181A171a41
Octal27524121701730322732101
Binary10111101101000011000111101111110001101010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA18F; }

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

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

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

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

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

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

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

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