#BDA097

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

Shades of Del Rio #BDA097

Tints of Del Rio #BDA097

Color information

#BDA097 (or 0xBDA097) is unknown color: approx Del Rio. HEX triplet: BD, A0 and 97. RGB value is (189,160,151). Sum of RGB (Red+Green+Blue) = 189+160+151=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA097 is #425F68. Grayscale: #A7A7A7. Windows color (decimal): -4349801 or 9937085. OLE color: 9937085.

HSL color Cylindrical-coordinate representation of color #BDA097: hue angle of 14.21º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA097 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189160151-
CMYK00.150.200.26
HSL14.21º22.35%66.67%-
HSV(B)14.21º20.11%74.12%-
XYZ39.1438.1934.59-
YUV167.64118.61143.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=37.8%
G=32%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916015100.150.200.2614.2122.3566.67
HexBDA0970F141Ae1643
Octal27524022701724321626103
Binary1011110110100000100101110111110100110101110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA097; }

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

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

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

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

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

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

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

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