#BDB414

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

Shades of La Rioja #BDB414

Tints of La Rioja #BDB414

Color information

#BDB414 (or 0xBDB414) is unknown color: approx La Rioja. HEX triplet: BD, B4 and 14. RGB value is (189,180,20). Sum of RGB (Red+Green+Blue) = 189+180+20=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB414 is #424BEB. Grayscale: #A5A5A5. Windows color (decimal): -4344812 or 1356989. OLE color: 1356989.

HSL color Cylindrical-coordinate representation of color #BDB414: hue angle of 56.8º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB414 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB18918020-
CMYK00.050.890.26
HSL56.8º80.86%40.98%-
HSV(B)56.8º89.42%74.12%-
XYZ37.4343.517.09-
YUV164.4546.48145.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 20 (8.20% from 255) = 5.14%
R=48.59%
G=46.27%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891802000.050.890.2656.880.8640.98
HexBDB41405591A395129
Octal2752642405131327112151
Binary10111101101101001010001011011001110101110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB414; }

 p { color: rgb(189,180,20); }

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

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

 a { background-color: rgb(189,180,20); }

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

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

 span { border-color: rgb(189,180,20); }

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