#BCBA16

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

Shades of La Rioja #BCBA16

Tints of La Rioja #BCBA16

Color information

#BCBA16 (or 0xBCBA16) is unknown color: approx La Rioja. HEX triplet: BC, BA and 16. RGB value is (188,186,22). Sum of RGB (Red+Green+Blue) = 188+186+22=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA16 is #4345E9. Grayscale: #A8A8A8. Windows color (decimal): -4408810 or 1489596. OLE color: 1489596.

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

Color convert

RGB18818622-
CMYK00.010.880.26
HSL59.28º79.05%41.18%-
HSV(B)59.28º88.3%73.73%-
XYZ38.4445.877.59-
YUV167.945.66142.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 22 (8.98% from 255) = 5.56%
R=47.47%
G=46.97%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881862200.010.880.2659.2879.0541.18
HexBCBA1601581A3b4f29
Octal2742722601130327311751
Binary101111001011101010110011011000110101110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA16; }

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

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

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

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

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

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

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

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