#BCAB04

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

Shades of La Rioja #BCAB04

Tints of La Rioja #BCAB04

Color information

#BCAB04 (or 0xBCAB04) is unknown color: approx La Rioja. HEX triplet: BC, AB and 04. RGB value is (188,171,4). Sum of RGB (Red+Green+Blue) = 188+171+4=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB04 is #4354FB. Grayscale: #9D9D9D. Windows color (decimal): -4412668 or 306108. OLE color: 306108.

HSL color Cylindrical-coordinate representation of color #BCAB04: hue angle of 54.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1881714-
CMYK00.090.980.26
HSL54.46º95.83%37.65%-
HSV(B)54.46º97.87%73.73%-
XYZ35.3239.835.94-
YUV157.0441.63150.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=51.79%
G=47.11%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188171400.090.980.2654.4695.8337.65
HexBCAB409621A366026
Octal2742534011142326614046
Binary1011110010101011100010011100010110101101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB04; }

 p { color: rgb(188,171,4); }

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

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

 a { background-color: rgb(188,171,4); }

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

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

 span { border-color: rgb(188,171,4); }

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