#BDB616

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

Shades of La Rioja #BDB616

Tints of La Rioja #BDB616

Color information

#BDB616 (or 0xBDB616) is unknown color: approx La Rioja. HEX triplet: BD, B6 and 16. RGB value is (189,182,22). Sum of RGB (Red+Green+Blue) = 189+182+22=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB616 is #4249E9. Grayscale: #A6A6A6. Windows color (decimal): -4344298 or 1488573. OLE color: 1488573.

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

Color convert

RGB18918222-
CMYK00.040.880.26
HSL57.49º79.15%41.37%-
HSV(B)57.49º88.36%74.12%-
XYZ37.8644.337.32-
YUV165.8546.82144.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 22 (8.98% from 255) = 5.60%
R=48.09%
G=46.31%
B=5.60%

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
Decimal1891822200.040.880.2657.4979.1541.37
HexBDB61604581A394f29
Octal2752662604130327111751
Binary10111101101101101011001001011000110101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB616; }

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

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

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

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

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

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

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

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