#BCB716

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

Shades of La Rioja #BCB716

Tints of La Rioja #BCB716

Color information

#BCB716 (or 0xBCB716) is unknown color: approx La Rioja. HEX triplet: BC, B7 and 16. RGB value is (188,183,22). Sum of RGB (Red+Green+Blue) = 188+183+22=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB716 is #4348E9. Grayscale: #A6A6A6. Windows color (decimal): -4409578 or 1488828. OLE color: 1488828.

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

Color convert

RGB18818322-
CMYK00.030.880.26
HSL58.19º79.05%41.18%-
HSV(B)58.19º88.3%73.73%-
XYZ37.8244.627.38-
YUV166.1446.66143.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 22 (8.98% from 255) = 5.60%
R=47.84%
G=46.56%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881832200.030.880.2658.1979.0541.18
HexBCB71603581A3a4f29
Octal2742672603130327211751
Binary1011110010110111101100111011000110101110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB716; }

 p { color: rgb(188,183,22); }

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

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

 a { background-color: rgb(188,183,22); }

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

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

 span { border-color: rgb(188,183,22); }

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