#BDB712

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

Shades of La Rioja #BDB712

Tints of La Rioja #BDB712

Color information

#BDB712 (or 0xBDB712) is unknown color: approx La Rioja. HEX triplet: BD, B7 and 12. RGB value is (189,183,18). Sum of RGB (Red+Green+Blue) = 189+183+18=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB712 is #4248ED. Grayscale: #A6A6A6. Windows color (decimal): -4344046 or 1226685. OLE color: 1226685.

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

Color convert

RGB18918318-
CMYK00.030.900.26
HSL57.89º82.61%40.59%-
HSV(B)57.89º90.48%74.12%-
XYZ38.0344.737.2-
YUV165.9844.49144.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 18 (7.42% from 255) = 4.62%
R=48.46%
G=46.92%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891831800.030.900.2657.8982.6140.59
HexBDB712035A1A3a5329
Octal2752672203132327212351
Binary1011110110110111100100111011010110101110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB712; }

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

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

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

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

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

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

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

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