#BDAC0C

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

Shades of La Rioja #BDAC0C

Tints of La Rioja #BDAC0C

Color information

#BDAC0C (or 0xBDAC0C) is unknown color: approx La Rioja. HEX triplet: BD, AC and 0C. RGB value is (189,172,12). Sum of RGB (Red+Green+Blue) = 189+172+12=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC0C is #4253F3. Grayscale: #9F9F9F. Windows color (decimal): -4346868 or 830653. OLE color: 830653.

HSL color Cylindrical-coordinate representation of color #BDAC0C: hue angle of 54.24º 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 #BDAC0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18917212-
CMYK00.090.940.26
HSL54.24º88.06%39.41%-
HSV(B)54.24º93.65%74.12%-
XYZ35.8140.356.25-
YUV158.8445.13149.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=50.67%
G=46.11%
B=3.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891721200.090.940.2654.2488.0639.41
HexBDACC095E1A365827
Octal27525414011136326613047
Binary10111101101011001100010011011110110101101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC0C; }

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

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

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

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

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

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

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

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