#BDA092

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

Shades of Del Rio #BDA092

Tints of Del Rio #BDA092

Color information

#BDA092 (or 0xBDA092) is unknown color: approx Del Rio. HEX triplet: BD, A0 and 92. RGB value is (189,160,146). Sum of RGB (Red+Green+Blue) = 189+160+146=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA092 is #425F6D. Grayscale: #A7A7A7. Windows color (decimal): -4349806 or 9609405. OLE color: 9609405.

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

Color convert

RGB189160146-
CMYK00.150.230.26
HSL19.53º24.57%65.69%-
HSV(B)19.53º22.75%74.12%-
XYZ38.7538.0432.49-
YUV167.08116.11143.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=38.18%
G=32.32%
B=29.49%

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
Decimal18916014600.150.230.2619.5324.5765.69
HexBDA0920F171A141942
Octal27524022201727322431102
Binary10111101101000001001001001111101111101010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA092; }

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

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

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

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

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

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

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

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