#BDB416

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

Shades of La Rioja #BDB416

Tints of La Rioja #BDB416

Color information

#BDB416 (or 0xBDB416) is unknown color: approx La Rioja. HEX triplet: BD, B4 and 16. RGB value is (189,180,22). Sum of RGB (Red+Green+Blue) = 189+180+22=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB416 is #424BE9. Grayscale: #A5A5A5. Windows color (decimal): -4344810 or 1488061. OLE color: 1488061.

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

Color convert

RGB18918022-
CMYK00.050.880.26
HSL56.77º79.15%41.37%-
HSV(B)56.77º88.36%74.12%-
XYZ37.4543.527.19-
YUV164.6847.48145.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 22 (8.98% from 255) = 5.63%
R=48.34%
G=46.04%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891802200.050.880.2656.7779.1541.37
HexBDB41605581A394f29
Octal2752642605130327111751
Binary10111101101101001011001011011000110101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB416; }

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

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

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

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

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

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

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

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