#BDBA18

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

Shades of La Rioja #BDBA18

Tints of La Rioja #BDBA18

Color information

#BDBA18 (or 0xBDBA18) is unknown color: approx La Rioja. HEX triplet: BD, BA and 18. RGB value is (189,186,24). Sum of RGB (Red+Green+Blue) = 189+186+24=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA18 is #4245E7. Grayscale: #A9A9A9. Windows color (decimal): -4343272 or 1620669. OLE color: 1620669.

HSL color Cylindrical-coordinate representation of color #BDBA18: hue angle of 58.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDBA18 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18918624-
CMYK00.020.870.26
HSL58.91º77.46%41.76%-
HSV(B)58.91º87.3%74.12%-
XYZ38.71467.7-
YUV168.4346.49142.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 24 (9.77% from 255) = 6.02%
R=47.37%
G=46.62%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891862400.020.870.2658.9177.4641.76
HexBDBA1802571A3b4d2a
Octal2752723002127327311552
Binary1011110110111010110000101010111110101110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA18; }

 p { color: rgb(189,186,24); }

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

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

 a { background-color: rgb(189,186,24); }

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

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

 span { border-color: rgb(189,186,24); }

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