#BDA197

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

Shades of Del Rio #BDA197

Tints of Del Rio #BDA197

Color information

#BDA197 (or 0xBDA197) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 97. RGB value is (189,161,151). Sum of RGB (Red+Green+Blue) = 189+161+151=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA197 is #425E68. Grayscale: #A8A8A8. Windows color (decimal): -4349545 or 9937341. OLE color: 9937341.

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

Color convert

RGB189161151-
CMYK00.150.200.26
HSL15.79º22.35%66.67%-
HSV(B)15.79º20.11%74.12%-
XYZ39.3238.5434.65-
YUV168.23118.28142.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=37.72%
G=32.14%
B=30.14%

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
Decimal18916115100.150.200.2615.7922.3566.67
HexBDA1970F141A101643
Octal27524122701724322026103
Binary10111101101000011001011101111101001101010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA197; }

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

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

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

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

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

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

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

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