#BDB612

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

Shades of La Rioja #BDB612

Tints of La Rioja #BDB612

Color information

#BDB612 (or 0xBDB612) is unknown color: approx La Rioja. HEX triplet: BD, B6 and 12. RGB value is (189,182,18). Sum of RGB (Red+Green+Blue) = 189+182+18=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB612 is #4249ED. Grayscale: #A6A6A6. Windows color (decimal): -4344302 or 1226429. OLE color: 1226429.

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

Color convert

RGB18918218-
CMYK00.040.900.26
HSL57.54º82.61%40.59%-
HSV(B)57.54º90.48%74.12%-
XYZ37.8244.327.13-
YUV165.444.82144.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 18 (7.42% from 255) = 4.63%
R=48.59%
G=46.79%
B=4.63%

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
Decimal1891821800.040.900.2657.5482.6140.59
HexBDB612045A1A3a5329
Octal2752662204132327212351
Binary10111101101101101001001001011010110101110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB612; }

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

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

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

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

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

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

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

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