#BDB81A

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

Shades of La Rioja #BDB81A

Tints of La Rioja #BDB81A

Color information

#BDB81A (or 0xBDB81A) is unknown color: approx La Rioja. HEX triplet: BD, B8 and 1A. RGB value is (189,184,26). Sum of RGB (Red+Green+Blue) = 189+184+26=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB81A is #4247E5. Grayscale: #A8A8A8. Windows color (decimal): -4343782 or 1751229. OLE color: 1751229.

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

Color convert

RGB18918426-
CMYK00.030.860.26
HSL58.16º75.81%42.16%-
HSV(B)58.16º86.24%74.12%-
XYZ38.3145.177.68-
YUV167.4848.16143.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 184 (72.27% from 255) = 46.12%
BLUE value IS 26 (10.55% from 255) = 6.52%
R=47.37%
G=46.12%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891842600.030.860.2658.1675.8142.16
HexBDB81A03561A3a4c2a
Octal2752703203126327211452
Binary1011110110111000110100111010110110101110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB81A; }

 p { color: rgb(189,184,26); }

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

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

 a { background-color: rgb(189,184,26); }

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

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

 span { border-color: rgb(189,184,26); }

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