#BDA094

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

Shades of Del Rio #BDA094

Tints of Del Rio #BDA094

Color information

#BDA094 (or 0xBDA094) is unknown color: approx Del Rio. HEX triplet: BD, A0 and 94. RGB value is (189,160,148). Sum of RGB (Red+Green+Blue) = 189+160+148=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA094 is #425F6B. Grayscale: #A7A7A7. Windows color (decimal): -4349804 or 9740477. OLE color: 9740477.

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

Color convert

RGB189160148-
CMYK00.150.220.26
HSL17.56º23.7%66.08%-
HSV(B)17.56º21.69%74.12%-
XYZ38.938.133.32-
YUV167.3117.11143.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=38.03%
G=32.19%
B=29.78%

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
Decimal18916014800.150.220.2617.5623.766.08
HexBDA0940F161A121842
Octal27524022401726322230102
Binary10111101101000001001010001111101101101010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA094; }

 p { color: rgb(189,160,148); }

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

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

 a { background-color: rgb(189,160,148); }

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

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

 span { border-color: rgb(189,160,148); }

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