#BDB913

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

Shades of La Rioja #BDB913

Tints of La Rioja #BDB913

Color information

#BDB913 (or 0xBDB913) is unknown color: approx La Rioja. HEX triplet: BD, B9 and 13. RGB value is (189,185,19). Sum of RGB (Red+Green+Blue) = 189+185+19=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB913 is #4246EC. Grayscale: #A7A7A7. Windows color (decimal): -4343533 or 1292733. OLE color: 1292733.

HSL color Cylindrical-coordinate representation of color #BDB913: hue angle of 58.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB913 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18918519-
CMYK00.020.900.26
HSL58.59º81.73%40.78%-
HSV(B)58.59º89.95%74.12%-
XYZ38.4545.567.38-
YUV167.2744.33143.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=48.09%
G=47.07%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891851900.020.900.2658.5981.7340.78
HexBDB913025A1A3b5229
Octal2752712302132327312251
Binary1011110110111001100110101011010110101110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB913; }

 p { color: rgb(189,185,19); }

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

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

 a { background-color: rgb(189,185,19); }

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

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

 span { border-color: rgb(189,185,19); }

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