#BDAE0A

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

Shades of La Rioja #BDAE0A

Tints of La Rioja #BDAE0A

Color information

#BDAE0A (or 0xBDAE0A) is unknown color: approx La Rioja. HEX triplet: BD, AE and 0A. RGB value is (189,174,10). Sum of RGB (Red+Green+Blue) = 189+174+10=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE0A is #4251F5. Grayscale: #A0A0A0. Windows color (decimal): -4346358 or 700093. OLE color: 700093.

HSL color Cylindrical-coordinate representation of color #BDAE0A: hue angle of 54.97º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDAE0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB18917410-
CMYK00.080.950.26
HSL54.97º89.95%39.02%-
HSV(B)54.97º94.71%74.12%-
XYZ36.1841.116.32-
YUV159.7943.47148.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 10 (4.30% from 255) = 2.68%
R=50.67%
G=46.65%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891741000.080.950.2654.9789.9539.02
HexBDAEA085F1A375a27
Octal27525612010137326713247
Binary10111101101011101010010001011111110101101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE0A; }

 p { color: rgb(189,174,10); }

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

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

 a { background-color: rgb(189,174,10); }

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

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

 span { border-color: rgb(189,174,10); }

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