#BDA294

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

Shades of Del Rio #BDA294

Tints of Del Rio #BDA294

Color information

#BDA294 (or 0xBDA294) is unknown color: approx Del Rio. HEX triplet: BD, A2 and 94. RGB value is (189,162,148). Sum of RGB (Red+Green+Blue) = 189+162+148=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA294 is #425D6B. Grayscale: #A8A8A8. Windows color (decimal): -4349292 or 9740989. OLE color: 9740989.

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

Color convert

RGB189162148-
CMYK00.140.220.26
HSL20.49º23.7%66.08%-
HSV(B)20.49º21.69%74.12%-
XYZ39.2538.833.44-
YUV168.48116.45142.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=37.88%
G=32.46%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916214800.140.220.2620.4923.766.08
HexBDA2940E161A141842
Octal27524222401626322430102
Binary10111101101000101001010001110101101101010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA294; }

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

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

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

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

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

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

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

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