#BDAE0C

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

Shades of La Rioja #BDAE0C

Tints of La Rioja #BDAE0C

Color information

#BDAE0C (or 0xBDAE0C) is unknown color: approx La Rioja. HEX triplet: BD, AE and 0C. RGB value is (189,174,12). Sum of RGB (Red+Green+Blue) = 189+174+12=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE0C is #4251F3. Grayscale: #A0A0A0. Windows color (decimal): -4346356 or 831165. OLE color: 831165.

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

Color convert

RGB18917412-
CMYK00.080.940.26
HSL54.92º88.06%39.41%-
HSV(B)54.92º93.65%74.12%-
XYZ36.1941.126.38-
YUV160.0244.47148.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 12 (5.08% from 255) = 3.2%
R=50.4%
G=46.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891741200.080.940.2654.9288.0639.41
HexBDAEC085E1A375827
Octal27525614010136326713047
Binary10111101101011101100010001011110110101101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE0C; }

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

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

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

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

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

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

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

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