#BDB516

Color #BDB516 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDB516

Tints of La Rioja #BDB516

Color information

#BDB516 (or 0xBDB516) is unknown color: approx La Rioja. HEX triplet: BD, B5 and 16. RGB value is (189,181,22). Sum of RGB (Red+Green+Blue) = 189+181+22=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB516 is #424AE9. Grayscale: #A5A5A5. Windows color (decimal): -4344554 or 1488317. OLE color: 1488317.

HSL color Cylindrical-coordinate representation of color #BDB516: hue angle of 57.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB516 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18918122-
CMYK00.040.880.26
HSL57.13º79.15%41.37%-
HSV(B)57.13º88.36%74.12%-
XYZ37.6543.927.25-
YUV165.2747.15144.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 22 (8.98% from 255) = 5.61%
R=48.21%
G=46.17%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891812200.040.880.2657.1379.1541.37
HexBDB51604581A394f29
Octal2752652604130327111751
Binary10111101101101011011001001011000110101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB516; }

 p { color: rgb(189,181,22); }

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

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

 a { background-color: rgb(189,181,22); }

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

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

 span { border-color: rgb(189,181,22); }

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