#BDA195

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

Shades of Del Rio #BDA195

Tints of Del Rio #BDA195

Color information

#BDA195 (or 0xBDA195) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 95. RGB value is (189,161,149). Sum of RGB (Red+Green+Blue) = 189+161+149=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA195 is #425E6A. Grayscale: #A8A8A8. Windows color (decimal): -4349547 or 9806269. OLE color: 9806269.

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

Color convert

RGB189161149-
CMYK00.150.210.26
HSL18º23.26%66.27%-
HSV(B)18º21.16%74.12%-
XYZ39.1638.4833.8-
YUV168117.28142.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=37.88%
G=32.26%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916114900.150.210.261823.2666.27
HexBDA1950F151A121742
Octal27524122501725322227102
Binary10111101101000011001010101111101011101010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA195; }

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

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

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

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

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

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

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

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