#BDA191

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

Shades of Del Rio #BDA191

Tints of Del Rio #BDA191

Color information

#BDA191 (or 0xBDA191) is unknown color: approx Del Rio. HEX triplet: BD, A1 and 91. RGB value is (189,161,145). Sum of RGB (Red+Green+Blue) = 189+161+145=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA191 is #425E6E. Grayscale: #A7A7A7. Windows color (decimal): -4349551 or 9544125. OLE color: 9544125.

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

Color convert

RGB189161145-
CMYK00.150.230.26
HSL21.82º25%65.49%-
HSV(B)21.82º23.28%74.12%-
XYZ38.8438.3532.14-
YUV167.55115.28143.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=38.18%
G=32.53%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916114500.150.230.2621.822565.49
HexBDA1910F171A161941
Octal27524122101727322631101
Binary10111101101000011001000101111101111101010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA191; }

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

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

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

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

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

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

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

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