#BDB512

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

Shades of La Rioja #BDB512

Tints of La Rioja #BDB512

Color information

#BDB512 (or 0xBDB512) is unknown color: approx La Rioja. HEX triplet: BD, B5 and 12. RGB value is (189,181,18). Sum of RGB (Red+Green+Blue) = 189+181+18=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB512 is #424AED. Grayscale: #A5A5A5. Windows color (decimal): -4344558 or 1226173. OLE color: 1226173.

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

Color convert

RGB18918118-
CMYK00.040.900.26
HSL57.19º82.61%40.59%-
HSV(B)57.19º90.48%74.12%-
XYZ37.6243.917.07-
YUV164.8145.15145.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 181 (71.09% from 255) = 46.65%
BLUE value IS 18 (7.42% from 255) = 4.64%
R=48.71%
G=46.65%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891811800.040.900.2657.1982.6140.59
HexBDB512045A1A395329
Octal2752652204132327112351
Binary10111101101101011001001001011010110101110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB512; }

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

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

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

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

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

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

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

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